Skip to content

Commit 3bedf94

Browse files
authored
Merge pull request #7 from mmeents/develop
CICD Tweeks.
2 parents d42d9a3 + 657c62e commit 3bedf94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-to-nuget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
# Build the project
2929
- name: Build
3030
run: dotnet build ./src/PackedTables/PackedTables.sln --configuration Release --no-restore
31-
32-
# Run tests
31+
32+
# Run tests
3333
- name: Run tests
34-
run: dotnet test ./src/PackedTables.Tests/PackedTables.Tests.csproj --framework net9.0 --no-build
34+
run: dotnet test ./src/PackedTables.Tests/PackedTables.Tests.csproj --no-build
3535

3636
# Pack the project
3737
- name: Pack

0 commit comments

Comments
 (0)