Skip to content

Commit

Permalink
cd api
Browse files Browse the repository at this point in the history
  • Loading branch information
juuwel committed Apr 25, 2024
1 parent 0b869d7 commit 24a9ac7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
env:
REMOTE_TESTING: "true"
BotaniqueDb: Host=localhost;Database=TestDatabase;Username=testuser;Password=password
run: dotnet run --project api &
(sleep 60 && kill -9 $(lsof -t -i:5141))
run: cd api &&
dotnet run &
(sleep 90 && kill -9 $(lsof -t -i:5141))

- name: Run tests
env:
Expand Down

0 comments on commit 24a9ac7

Please sign in to comment.