devops: fixed broken GitHub Actions workflow (#6399)
This commit is contained in:
parent
b8eb2b8914
commit
2945daca7a
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -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 }}
|
||||
|
|
@ -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 }}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue