Skip to content

Commit 574a13c

Browse files
authored
Update run-tests.yml
1 parent 34909ae commit 574a13c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ jobs:
2222
uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
- run: npm ci
26-
- run: npm run build --if-present
25+
- run: npm install
2726
- run: npm test

0 commit comments

Comments
 (0)