We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd53d9e commit 5307ed6Copy full SHA for 5307ed6
.github/workflows/tests.yaml
@@ -138,12 +138,13 @@ jobs:
138
env:
139
CI: false
140
run: |
141
- dotnet build ${{ github.workspace }}/${{ matrix.project }} /bl --configuration ${{ env.DOTNET_CONFIGURATION }} --no-restore
+ dotnet build ${{ github.workspace }}/${{ matrix.project }} /bl --configuration ${{ env.DOTNET_CONFIGURATION }}
142
143
- name: Run tests
144
id: run-tests
145
146
dotnet test ${{ github.workspace }}/${{ matrix.project }} \
147
+ --no-build \
148
--configuration ${{ env.DOTNET_CONFIGURATION }} \
149
--logger "console;verbosity=normal" \
150
--logger "trx" \
0 commit comments