Skip to content

Commit

Permalink
💚 Fix missing env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
spontoreau committed Feb 17, 2025
1 parent 3042bdd commit 6654fda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/shared-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
verify_statistics:
runs-on: ubuntu-latest
env:
APPLICATION_STAGE: test
EVENT_STORE_CONNECTION_STRING: postgres://potadmindb:localpwd@localhost:5432/potentiel

steps:
- uses: actions/checkout@v4
Expand All @@ -87,5 +87,4 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run up
- run: cp packages/applications/cli/.env.template packages/applications/cli/.env
- run: npm exec potentiel-cli stats extraire

0 comments on commit 6654fda

Please sign in to comment.