Skip to content

Commit

Permalink
modif ci, add cd client to Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxenceCGI committed Jan 30, 2024
1 parent 2ba6b17 commit 8a46787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: cd client && npm ci

- name: Run tests
run: npm test
run: cd client && npm test

- name: Build Docker images and push to Docker Hub
if: ${{ success() }}
Expand Down

0 comments on commit 8a46787

Please sign in to comment.