Skip to content

Commit

Permalink
chore(GitHub action): Update node.js.yml (v2.3)
Browse files Browse the repository at this point in the history
- Added a database environment variable.

[Finishes #187419042]
  • Loading branch information
Hakizimana-Clement committed Apr 18, 2024
1 parent a348ee8 commit 0ff9f88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:

env:
DB_DIALECT: postgres
# DB_NAME_TEST: ${{ secrets.DB_NAME_TEST }}
# DB_HOST: ${{ secrets.DB_HOST }}
# DB_USER: ${{ secrets.DB_USER }}
# DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
DB_NAME_TEST: ${{ secrets.DB_NAME_TEST }}
DB_HOST: ${{ secrets.DB_HOST }}
DB_USER: ${{ secrets.DB_USER }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}

strategy:
matrix:
Expand Down

0 comments on commit 0ff9f88

Please sign in to comment.