Skip to content

Commit 9f149eb

Browse files
authored
Merge pull request #9 from mmeents/develop
CICD Adds NO BUILD
2 parents fb861c4 + e6e3f0c commit 9f149eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- name: Build
3434
run: dotnet build ./src/PackedTables/PackedTables.sln --configuration Release --no-restore
3535

36-
# Run tests
36+
# Run tests
3737
- name: Run tests
38-
run: dotnet test ./src/PackedTables.Tests/PackedTables.Tests.csproj --no-build
38+
run: dotnet test ./src/PackedTables.Tests/PackedTables.Tests.csproj --configuration Release --no-build
3939

4040
# Pack the project
4141
- name: Pack

0 commit comments

Comments
 (0)