Skip to content

Commit 459e2a3

Browse files
committed
fix yml
1 parent ef44a45 commit 459e2a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- run: dotnet build --configuration Release
1313
- run: |
14-
cd ${{ github.workspace }}/mongo-declarative-indexes.Tests
15-
dotnet test --configuration Release --no-build
14+
cd ${{ github.workspace }}/mongo-declarative-indexes.Tests
15+
dotnet test --configuration Release --no-build
16+

0 commit comments

Comments
 (0)