Skip to content

Commit 2945dac

Browse files
authored
devops: fixed broken GitHub Actions workflow (#6399)
1 parent b8eb2b8 commit 2945dac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
node-version: 12
6060
- run: npm ci
6161
env:
62-
DEBUG=extract-zip
62+
DEBUG: extract-zip
6363
- run: npm run build
6464
- run: node lib/cli/cli install-deps ${{ matrix.browser }} chromium
6565
- run: npm run test -- --tag=${{ matrix.browser }}
@@ -88,7 +88,7 @@ jobs:
8888
node-version: 12
8989
- run: npm ci
9090
env:
91-
DEBUG=extract-zip
91+
DEBUG: extract-zip
9292
- run: npm run build
9393
- run: node lib/cli/cli install-deps
9494
- run: npm run test -- --tag=${{ matrix.browser }}
@@ -118,7 +118,7 @@ jobs:
118118
node-version: ${{ matrix.node_version }}
119119
- run: npm ci
120120
env:
121-
DEBUG=extract-zip
121+
DEBUG: extract-zip
122122
- run: npm run build
123123
- run: node lib/cli/cli install-deps
124124
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash packages/installation-tests/installation-tests.sh

0 commit comments

Comments
 (0)