Skip to content

Commit

Permalink
remove dorny test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Feb 28, 2024
1 parent cc39f28 commit 4c71c02
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/container_apps_chat_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
- ".github/workflows/container_apps_chat_ci.yml"
workflow_dispatch:

# Needed by dorny/test-reporter@v1
permissions:
statuses: write
checks: write

env:
WORKING_DIRECTORY: tests/container_apps/Jordnaer.Chat.Tests
jobs:
Expand All @@ -36,12 +31,3 @@ jobs:
--filter Category!=ManualTest
env:
ConnectionStrings__AppConfig: ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}

- name: Test Report
# Dependabot cannot access secrets, so we disable this step for Dependabot
if: (success() || failure()) && (github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]')
uses: dorny/test-reporter@v1
with:
name: Test Report
path: "**.trx"
reporter: dotnet-trx
14 changes: 0 additions & 14 deletions .github/workflows/website_backend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
- ".github/workflows/website_backend_ci.yml"
workflow_dispatch:

# Needed by dorny/test-reporter@v1
permissions:
statuses: write
checks: write

env:
WORKING_DIRECTORY: tests/web/Jordnaer.Tests
jobs:
Expand All @@ -36,12 +31,3 @@ jobs:
--filter Category!=ManualTest
env:
ConnectionStrings__AppConfig: ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}

- name: Test Report
# Dependabot cannot access secrets, so we disable this step for Dependabot
if: (success() || failure()) && (github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]')
uses: dorny/test-reporter@v1
with:
name: Test Report
path: "**.trx"
reporter: dotnet-trx
14 changes: 0 additions & 14 deletions .github/workflows/website_frontend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
- ".github/workflows/website_frontend_ci.yml"
workflow_dispatch:

# Needed by dorny/test-reporter@v1
permissions:
statuses: write
checks: write

env:
WORKING_DIRECTORY: tests/web/Jordnaer.E2E.Tests
jobs:
Expand Down Expand Up @@ -40,15 +35,6 @@ jobs:
env:
ConnectionStrings__AppConfig: ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}

- name: Test Report
# Dependabot cannot access secrets, so we disable this step for Dependabot
if: (success() || failure()) && (github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]')
uses: dorny/test-reporter@v1
with:
name: Test Report
path: "**.trx"
reporter: dotnet-trx

- name: Upload Screenshots
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4c71c02

Please sign in to comment.