Skip to content

Commit

Permalink
adjisting mocha test (yet again)
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Dec 15, 2023
1 parent fe5bfbc commit 81c8fc4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/mocha_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ jobs:
env:
PORT: 8080
- name: Run Mocha tests
run: npm test > mocha_${{ matrix.browser }}_test.md # alias to "mocha test"
run: npm test # alias to "mocha test"
env:
BROWSER: ${{ matrix.browser }}
LOCAL: "true"
- uses: actions/upload-artifact@v3
if: always()
with:
name: mocha_${{ matrix.browser }}_test.md
path: mocha_${{ matrix.browser }}_test.md
retention-days: 30
LOCAL: "true"

0 comments on commit 81c8fc4

Please sign in to comment.