Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Nov 17, 2023
1 parent f928c5a commit 6db290c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Set up database
run: |
dotnet run -c Release --no-build --project ./RDMP/Tools/rdmp/rdmp.csproj -- install --createdatabasetimeout 180 "(localdb)\MSSQLLocalDB" TEST_ -e
dotnet run --project RDMP/Tools/rdmp/rdmp.csproj -c Release -- install "(localdb)\MSSQLLocalDB" TEST_ -d
- name: Test
run: |
dotnet test
Expand Down

0 comments on commit 6db290c

Please sign in to comment.