Skip to content

Commit

Permalink
Fixed unit test run
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperweber committed Mar 28, 2023
1 parent 2a02126 commit abef9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: dotnet build $PROJECT --configuration $BUILD_CONFIG -p:Version=$BUILD_VERSION --no-restore

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

- name: Publish on nuget.org
if: startsWith(github.ref, 'refs/heads/release')
Expand Down

0 comments on commit abef9ab

Please sign in to comment.