We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1373e2 commit cb35067Copy full SHA for cb35067
.github/workflows/node.js.yml
@@ -59,10 +59,13 @@ jobs:
59
wget --no-verbose $FIREFOX_SOURCE_URL -O - | tar -jx -C ${HOME}
60
if: "contains(matrix.NAME, 'Firefox ESR')"
61
62
- - name: Run test
+ - name: Install dependencies
63
+ run: |
64
+ npm install
65
+
66
+ - name: Run tests
67
env:
68
BROWSERS: ${{ matrix.BROWSERS }}
69
run: |
70
export PATH=${HOME}/firefox:$PATH
- npm install
71
npm run ${{ matrix.NPM_SCRIPT }}
0 commit comments