Skip to content

Commit

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

0 comments on commit 3298ea7

Please sign in to comment.