Skip to content

Commit

Permalink
try comment "run back server" in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Mar 23, 2024
1 parent cc6c53e commit c1dff7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs: # Jobs de l'action
npm test
mv ./test-report.html ./back-jest-report.html
- name: run back server # execution du serveur backend afin de pouvoir executer l'ensemble des tests du front
run: |
cd server
npm run watch &
# - name: run back server # execution du serveur backend afin de pouvoir executer l'ensemble des tests du front
# run: |
# cd server
# npm run watch &

- name: Run front Jest tests # execution des tests Jest du frontend
run: |
Expand Down

0 comments on commit c1dff7e

Please sign in to comment.