Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juuwel committed Apr 24, 2024
1 parent 60bff0b commit ebeaed5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

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

- name: Run tests
env:
Expand Down

0 comments on commit ebeaed5

Please sign in to comment.