Skip to content

Commit

Permalink
test10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lefebvre committed Oct 18, 2023
1 parent 6386708 commit bea4cad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bun-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
run: |
bun test
env:
HOSTNAME: ${{ vars.HOST }}
PORT: ${{ vars.PORT }}
DB_HOST: ${{ vars.DB_HOST }}
DB_NAME: ${{ secrets.DB_NAME }}
DB_USERNAME: ${{ secrets.USERNAME }}
HOSTNAME: "localhost"
PORT: "8080"
DB_HOST: "http://localhost:8123"
DB_NAME: "demo"
DB_USERNAME: "default"
DB_PASSWORD: ""

0 comments on commit bea4cad

Please sign in to comment.