Skip to content

Commit

Permalink
Update modules-cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshika39 committed Apr 12, 2023
1 parent 4ee3688 commit f004e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/modules-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: nuget restore $env:SOLUTION

- name: Build
run: dotnet build $env:SOLUTION --configuration $BUILD_CONFIG --no-restore
run: dotnet build $env:SOLUTION --configuration $env:BUILD_CONFIG --no-restore

- name: Run tests
run: dotnet test $env:SOLUTION /p:Configuration=$env:BUILD_CONFIG --no-restore --no-build --verbosity normal

0 comments on commit f004e4c

Please sign in to comment.