We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34909ae commit 574a13cCopy full SHA for 574a13c
.github/workflows/run-tests.yml
@@ -22,6 +22,5 @@ jobs:
22
uses: actions/setup-node@v3
23
with:
24
node-version: ${{ matrix.node-version }}
25
- - run: npm ci
26
- - run: npm run build --if-present
+ - run: npm install
27
- run: npm test
0 commit comments