Skip to content

Commit

Permalink
build database
Browse files Browse the repository at this point in the history
  • Loading branch information
juuwel committed Apr 25, 2024
1 parent 68b9409 commit 3df8eeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 8.0.x

- name: Build database
run: dotnet ef migrations add InitialCreate && dotnet ef database update

- name: Run tests
env:
Expand Down

0 comments on commit 3df8eeb

Please sign in to comment.