Skip to content

Commit

Permalink
removes test publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKovac committed Jun 20, 2023
1 parent d61ab58 commit a70dbe7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,4 @@ jobs:
GH_TOKEN : ${{ secrets.GH_TOKEN }}
GH_USER : ${{ secrets.GH_USER }}
run: dotnet run --project cake/Build.csproj --do-pack --do-publish --do-publish-release
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Test report
path: 'TestResults/*.xml'
reporter: dotnet-trx

9 changes: 1 addition & 8 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,5 @@ jobs:
- name: "Run build script"
env:
GH_TOKEN : ${{ secrets.GH_TOKEN }}
run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 100 --do-publish --do-publish-release
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Test report
path: 'TestResults/*.xml'
reporter: dotnet-trx
run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 100 --do-publish --do-publish-release

7 changes: 0 additions & 7 deletions .github/workflows/pr-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,3 @@ jobs:

- name: "Run build script"
run: dotnet run --project cake/Build.csproj --do-pack
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Test report
path: 'TestResults/*.xml'
reporter: dotnet-trx
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,5 @@ jobs:
- name: "Run build script"
env:
GH_TOKEN : ${{ secrets.GH_TOKEN }}
run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 100 --do-publish --do-publish-release
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Test report
path: 'TestResults/*.xml'
reporter: dotnet-trx
run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 100 --do-publish --do-publish-release

0 comments on commit a70dbe7

Please sign in to comment.