Skip to content

Commit

Permalink
devops: fixed broken GitHub Actions workflow (#6399)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed May 4, 2021
1 parent b8eb2b8 commit 2945dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: 12
- run: npm ci
env:
DEBUG=extract-zip
DEBUG: extract-zip
- run: npm run build
- run: node lib/cli/cli install-deps ${{ matrix.browser }} chromium
- run: npm run test -- --tag=${{ matrix.browser }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
node-version: 12
- run: npm ci
env:
DEBUG=extract-zip
DEBUG: extract-zip
- run: npm run build
- run: node lib/cli/cli install-deps
- run: npm run test -- --tag=${{ matrix.browser }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
node-version: ${{ matrix.node_version }}
- run: npm ci
env:
DEBUG=extract-zip
DEBUG: extract-zip
- run: npm run build
- run: node lib/cli/cli install-deps
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash packages/installation-tests/installation-tests.sh
Expand Down

0 comments on commit 2945dac

Please sign in to comment.