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 ef44a45 commit 459e2a3Copy full SHA for 459e2a3
.github/workflows/pr.yml
@@ -11,5 +11,6 @@ jobs:
11
- uses: actions/checkout@v2
12
- run: dotnet build --configuration Release
13
- run: |
14
- cd ${{ github.workspace }}/mongo-declarative-indexes.Tests
15
- dotnet test --configuration Release --no-build
+ cd ${{ github.workspace }}/mongo-declarative-indexes.Tests
+ dotnet test --configuration Release --no-build
16
+
0 commit comments