Skip to content

Commit

Permalink
Set SINON_CHROME_BIN for esm-bundle test
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Jan 21, 2020
1 parent d86321e commit 78c96e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
run: |
npm run lint
npm run test-headless -- --chrome $(which google-chrome-stable) --allow-chrome-as-root
npm run test-webworker -- --chrome $(which google-chrome-stable) --allow-chrome-as-root
export SINON_CHROME_BIN=$(which google-chrome-stable)
npm run test-headless -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
npm run test-webworker -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
npm run test-esm-bundle
if: matrix.node-version == 10

Expand Down

0 comments on commit 78c96e5

Please sign in to comment.