Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
juuwel committed Apr 24, 2024
1 parent 657a2c0 commit 60bff0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Populate database
env:
BotaniqueDb: Host=localhost;Database=TestDatabase;Username=testuser;Password=password
run: timeout 120 cd api && dotnet run --db-init
run: timeout 120 dotnet run --project api --db-init

- name: Run tests
env:
Expand Down

0 comments on commit 60bff0b

Please sign in to comment.