Skip to content

Commit

Permalink
remove test step
Browse files Browse the repository at this point in the history
  • Loading branch information
BR7RKR committed Dec 20, 2024
1 parent 833f262 commit 9d48e7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_debug_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
cd src
dotnet build -c Release --no-restore
- name: Test projects
run: |
cd src
dotnet test
# - name: Test projects
# run: |
# cd src
# dotnet test

- name: Packing projects to Nuget
run: |
Expand Down

0 comments on commit 9d48e7c

Please sign in to comment.