File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
node-version : 12
60
60
- run : npm ci
61
61
env :
62
- DEBUG= extract-zip
62
+ DEBUG : extract-zip
63
63
- run : npm run build
64
64
- run : node lib/cli/cli install-deps ${{ matrix.browser }} chromium
65
65
- run : npm run test -- --tag=${{ matrix.browser }}
88
88
node-version : 12
89
89
- run : npm ci
90
90
env :
91
- DEBUG= extract-zip
91
+ DEBUG : extract-zip
92
92
- run : npm run build
93
93
- run : node lib/cli/cli install-deps
94
94
- run : npm run test -- --tag=${{ matrix.browser }}
@@ -118,7 +118,7 @@ jobs:
118
118
node-version : ${{ matrix.node_version }}
119
119
- run : npm ci
120
120
env :
121
- DEBUG= extract-zip
121
+ DEBUG : extract-zip
122
122
- run : npm run build
123
123
- run : node lib/cli/cli install-deps
124
124
- run : xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash packages/installation-tests/installation-tests.sh
You can’t perform that action at this time.
0 commit comments