Skip to content

Commit

Permalink
env variable for dotnet run
Browse files Browse the repository at this point in the history
  • Loading branch information
juuwel committed Apr 24, 2024
1 parent 15b27c6 commit 657a2c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Print working directory
run: pwd && ls

- name: Populate database
run: timeout 120 dotnet run --db-init --project api
env:
BotaniqueDb: Host=localhost;Database=TestDatabase;Username=testuser;Password=password
run: timeout 120 cd api && dotnet run --db-init

- name: Run tests
env:
Expand Down

0 comments on commit 657a2c0

Please sign in to comment.