Skip to content

Commit 975099e

Browse files
committed
ci: add npm i
1 parent 7f16639 commit 975099e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ jobs:
186186
steps:
187187
- name: Checkout code
188188
uses: actions/checkout@v4
189+
- name: Install dependencies
190+
run: npm install
189191
- name: Modify reports
190192
run: npm run modify-reports
191193
- name: Reports Requiring Previous
@@ -201,6 +203,7 @@ jobs:
201203
if: always()
202204
npx-cli-test:
203205
runs-on: ubuntu-latest
206+
needs: build-and-test
204207
steps:
205208
- name: Checkout code
206209
uses: actions/checkout@v4

0 commit comments

Comments
 (0)