Skip to content

Commit

Permalink
modif ci, add cd client to Install front dep
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxenceCGI committed Jan 30, 2024
1 parent a928ea6 commit 2ba6b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
node-version: 20

- name: Install dependencies
run: npm ci
- name: Install front dependencies
run: cd client && npm ci

- name: Run tests
run: npm test
Expand Down

0 comments on commit 2ba6b17

Please sign in to comment.