Skip to content

Commit

Permalink
👷 Ajout d'un job verify_statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
HubM committed Feb 17, 2025
1 parent 08219ee commit 9fea0ea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/shared-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,18 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run test:libraries

verify_statistics:
runs-on: ubuntu-latest
env:
APPLICATION_STAGE: test

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
- run: npm ci
- run: npm run up
- run: npm exec potentiel-cli stats extraire

0 comments on commit 9fea0ea

Please sign in to comment.