Skip to content

Commit f9ec13d

Browse files
committed
build: fix GitHub actions
1 parent 79dc08e commit f9ec13d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/querykit-integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Build
2121
run: dotnet build --configuration Release --no-restore
2222
- name: Test
23-
working-directory: QueryKit/tests/QueryKit.IntegrationTests
24-
run: dotnet test --no-restore --verbosity minimal
23+
working-directory: QueryKit.IntegrationTests
24+
run: dotnet test --no-restore --verbosity minimal

.github/workflows/querykit-unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Build
2121
run: dotnet build --configuration Release --no-restore
2222
- name: Test
23-
working-directory: QueryKit/tests/QueryKit.UnitTests
24-
run: dotnet test --no-restore --verbosity minimal
23+
working-directory: QueryKit.UnitTests
24+
run: dotnet test --no-restore --verbosity minimal

0 commit comments

Comments
 (0)