Skip to content

Commit

Permalink
Remove test step from release pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacosontitan committed Sep 10, 2024
1 parent 158a2b5 commit 94c8887
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:

- name: 🏗️ Build
run: dotnet build -c Release --no-restore

- name: 🧪 Test
run: dotnet test -c Release --no-build --verbosity normal

- name: 🎁 Package
run: dotnet pack -c Release --no-build --property:PackageOutputPath=../../nupkgs
Expand Down

0 comments on commit 94c8887

Please sign in to comment.