Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Jan 28, 2025
1 parent 40ecfef commit 2bcdf48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: "Run build script"
env:
GH_TOKEN : ${{ secrets.GH_TOKEN }}
run: dotnet run --project cake/Build.csproj --do-test true --do-pack true --test-level 2 --framework net9.0
run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 2 --framework net9.0
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
Expand All @@ -47,4 +47,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_USER: ${{ secrets.GH_USER }}
run: dotnet run --project cake/Build.csproj --do-publish-only --framework net9.0
run: dotnet run --project cake/Build.csproj --do-publish-only --do-publish --do-publish-release --framework net9.0

0 comments on commit 2bcdf48

Please sign in to comment.