Skip to content

Commit

Permalink
Update ci-cd.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail-Mouyahada authored Aug 28, 2024
1 parent 83dcb7a commit 71af58a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: npm install
run: |
cd ./satsquare
npm install
- name: Run dependency vulnerability scan
uses: oke-py/npm-audit-action@v2
Expand Down

0 comments on commit 71af58a

Please sign in to comment.