Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos authored Oct 8, 2023
1 parent 9fe1959 commit 2279dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
key: ${{github.run_number}}

- name: Test
working-directory: ./bin/Debug/NSubstitute.Acceptance.Specs/${{ matrix.tfm }
working-directory: ./bin/Debug/NSubstitute.Acceptance.Specs/${{ matrix.tfm }}
run: dotnet test -f ${{ matrix.tfm }} --no-build --no-restore NSubstitute.Acceptance.Specs.dll

0 comments on commit 2279dbd

Please sign in to comment.