Skip to content

Commit 5307ed6

Browse files
committed
forgot to restore
1 parent dd53d9e commit 5307ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,13 @@ jobs:
138138
env:
139139
CI: false
140140
run: |
141-
dotnet build ${{ github.workspace }}/${{ matrix.project }} /bl --configuration ${{ env.DOTNET_CONFIGURATION }} --no-restore
141+
dotnet build ${{ github.workspace }}/${{ matrix.project }} /bl --configuration ${{ env.DOTNET_CONFIGURATION }}
142142
143143
- name: Run tests
144144
id: run-tests
145145
run: |
146146
dotnet test ${{ github.workspace }}/${{ matrix.project }} \
147+
--no-build \
147148
--configuration ${{ env.DOTNET_CONFIGURATION }} \
148149
--logger "console;verbosity=normal" \
149150
--logger "trx" \

0 commit comments

Comments
 (0)