Skip to content

Commit 1b72bfa

Browse files
committed
✨ Update build-release.yml to remove unnecessary build step from test command
1 parent 6e285ef commit 1b72bfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: dotnet build src/DispatchR/DispatchR.csproj --configuration Release --no-restore
3737

3838
- name: Run Tests
39-
run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage"
39+
run: dotnet test --collect:"XPlat Code Coverage"
4040

4141
- name: List files
4242
run: ls -alh tests/DispatchR.IntegrationTest

0 commit comments

Comments
 (0)