Skip to content

Commit

Permalink
finetuning mocha test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Dec 12, 2023
1 parent 167c65f commit 32f3100
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mocha_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
matrix:
browser: [chromium, firefox, webkit, iPhone, pixel]
fail-fast: false
max-parallel: 1 # I think the tests are affected by running in parallel
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -42,4 +43,5 @@ jobs:
- name: Run Mocha tests
run: npm test # alias to "mocha test"
env:
BROWSER: ${{ matrix.browser }}
BROWSER: ${{ matrix.browser }}
LOCAL: true # run tests locally instead of dev server

0 comments on commit 32f3100

Please sign in to comment.