Skip to content

Commit

Permalink
make recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Nov 17, 2023
1 parent ede89bd commit 1359945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
repository: HicServices/RDMP
ref: develop
path: RDMP
submodules: 'recursive'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
Expand Down Expand Up @@ -47,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 -c Release --no-build --project ./RDMP/Tools/rdmp/rdmp.csproj -- install --createdatabasetimeout 180 "(localdb)\MSSQLLocalDB" TEST_ -e
- name: Test
run: |
dotnet test
Expand Down

0 comments on commit 1359945

Please sign in to comment.