Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lepozepo committed Oct 14, 2023
1 parent 3b36f0e commit 4bc586b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
node-modules-
- name: install
working-directory: ${{matrix.service}}
working-directory: './packages/${{matrix.service}}'
run: npm i

- name: test
working-directory: './packages/${{matrix.service}}'
run: npm run test
env:
CI: true
Expand Down

0 comments on commit 4bc586b

Please sign in to comment.