Skip to content

Commit 5f0da0b

Browse files
Update node.js.yml
This shit is broken
1 parent 3438f72 commit 5f0da0b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/node.js.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm ci
28-
- run: npm run build --if-present
29-
- run: npm test
27+
- name: npm CI
28+
working-directory: ./spofly
29+
run: npm ci
30+
- name: nmp run
31+
working-directory: ./spofly
32+
run: npm run build --if-present
33+
- name: nmp test
34+
- working-directory: ./spofly
35+
run: npm test

0 commit comments

Comments
 (0)