Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Nov 26, 2023
1 parent 5cf3c5a commit 56125ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-native-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- run: dotnet publish -r win-x64 --self-contained -c Debug src/FetchBannerlordVersion.Native
- run: dotnet publish -r win-x64 --self-contained -c Release src/FetchBannerlordVersion.Native

- run: dotnet test test/FetchBannerlordVersion.Native.Tests -c Debug
- run: dotnet test test/FetchBannerlordVersion.Native.Tests -c Release
#- run: dotnet test test/FetchBannerlordVersion.Native.Tests -c Debug
#- run: dotnet test test/FetchBannerlordVersion.Native.Tests -c Release

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 56125ab

Please sign in to comment.