diff --git a/.github/workflows/github-actions.yaml b/.github/workflows/github-actions.yaml index 4f921e3..2b322c4 100644 --- a/.github/workflows/github-actions.yaml +++ b/.github/workflows/github-actions.yaml @@ -15,6 +15,6 @@ jobs: - name: Lancement des tests run: | cd front - sudo npm i - sudo npm test - - run: echo "Statut de l'action : ${{ job.status }}." \ No newline at end of file + npm install + npm test -- --watch=false --browsers=ChromeHeadless + - run: echo "Statut de l'action --> ${{ job.status }}." \ No newline at end of file