Skip to content

Commit

Permalink
ajout des tests à la pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanAnquetil committed Sep 4, 2024
1 parent 6c102cc commit 6efa2a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# Étape de test
- name: Run tests
run: |
npm install
npm test
# Déploiement sur le serveur Hostinger
- name: Deploy to Hostinger Server
env:
Expand Down

0 comments on commit 6efa2a9

Please sign in to comment.