Skip to content

Commit 477d591

Browse files
committed
Fix github workflow
1 parent e1d9b9e commit 477d591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: dotnet build src/PackCheck.csproj --configuration Release --no-restore
3131

3232
- name: Run tests
33-
run: dotnet test tests/PackCheck.tests.csproj --configuration Release --no-build
33+
run: dotnet test --configuration Release
3434

3535
- name: Pack NuGet package
3636
run: dotnet pack src/PackCheck.csproj --configuration Release --no-build -o ./artifacts /p:PackageVersion=${GITHUB_REF_NAME#v}

0 commit comments

Comments
 (0)