Skip to content

Commit

Permalink
Get rid of publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Nov 13, 2024
1 parent 2b441c0 commit 7288858
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ jobs:
# run: dotnet add package NeoLua --version 1.3.14
- name: Build
run: dotnet build --configuration Release --no-restore /p:EnableWindowsTargeting=true

- name: Publish
run: dotnet publish -c Release -o ../publish

- name: Run tests
run: dotnet test --no-build --verbosity normal
Expand Down

0 comments on commit 7288858

Please sign in to comment.