We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79dc08e commit f9ec13dCopy full SHA for f9ec13d
2 files changed
.github/workflows/querykit-integration-tests.yaml
@@ -20,5 +20,5 @@ jobs:
20
- name: Build
21
run: dotnet build --configuration Release --no-restore
22
- name: Test
23
- working-directory: QueryKit/tests/QueryKit.IntegrationTests
24
- run: dotnet test --no-restore --verbosity minimal
+ working-directory: QueryKit.IntegrationTests
+ run: dotnet test --no-restore --verbosity minimal
.github/workflows/querykit-unit-tests.yaml
- working-directory: QueryKit/tests/QueryKit.UnitTests
+ working-directory: QueryKit.UnitTests
0 commit comments