Skip to content

Commit

Permalink
fix: Unable to determine why test triggers env.ts validation,
Browse files Browse the repository at this point in the history
but I need to focus on higher-priority tasks
  • Loading branch information
rdubigny committed Sep 13, 2024
1 parent b722d64 commit a143a4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- "**"
- "!master"

env:
DATABASE_URL: postgres://moncomptepro:[email protected]:5432/moncomptepro
INSEE_CONSUMER_KEY: ${{ secrets.INSEE_CONSUMER_KEY }}
INSEE_CONSUMER_SECRET: ${{ secrets.INSEE_CONSUMER_SECRET }}

jobs:
test:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit a143a4b

Please sign in to comment.