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
|
node-version: 12
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
env:
|
env:
|
||||||
DEBUG=extract-zip
|
DEBUG: extract-zip
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: node lib/cli/cli install-deps ${{ matrix.browser }} chromium
|
- run: node lib/cli/cli install-deps ${{ matrix.browser }} chromium
|
||||||
- run: npm run test -- --tag=${{ matrix.browser }}
|
- run: npm run test -- --tag=${{ matrix.browser }}
|
||||||
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
env:
|
env:
|
||||||
DEBUG=extract-zip
|
DEBUG: extract-zip
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: node lib/cli/cli install-deps
|
- run: node lib/cli/cli install-deps
|
||||||
- run: npm run test -- --tag=${{ matrix.browser }}
|
- run: npm run test -- --tag=${{ matrix.browser }}
|
||||||
|
|
@ -118,7 +118,7 @@ jobs:
|
||||||
node-version: ${{ matrix.node_version }}
|
node-version: ${{ matrix.node_version }}
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
env:
|
env:
|
||||||
DEBUG=extract-zip
|
DEBUG: extract-zip
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: node lib/cli/cli install-deps
|
- run: node lib/cli/cli install-deps
|
||||||
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash packages/installation-tests/installation-tests.sh
|
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash packages/installation-tests/installation-tests.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue