Skip to content

Commit

Permalink
Remove junit action from mikepenz
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy Kristiansen committed Nov 29, 2021
1 parent 0b00f09 commit 1a0f6db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions Templates/AppSource App/.github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,6 @@ jobs:
settingsJson: ${{ env.Settings }}
SecretsJson: ${{ env.RepoSecrets }}

- name: Publish test results
if: success() || failure()
uses: mikepenz/action-junit-report@v1
with:
check_name: 'Test Report ${{ matrix.project }}'
report_paths: '${{ matrix.project }}/TestResults*.xml'
github_token: ${{ github.token }}

- name: Calculate Artifact names
id: calculateArtifactNames
if: success() || failure()
Expand Down
8 changes: 0 additions & 8 deletions Templates/Per Tenant Extension/.github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,6 @@ jobs:
settingsJson: ${{ env.Settings }}
SecretsJson: ${{ env.RepoSecrets }}

- name: Publish test results
if: success() || failure()
uses: mikepenz/action-junit-report@v1
with:
check_name: 'Test Report ${{ matrix.project }}'
report_paths: '${{ matrix.project }}/TestResults*.xml'
github_token: ${{ github.token }}

- name: Calculate Artifact names
id: calculateArtifactNames
if: success() || failure()
Expand Down

0 comments on commit 1a0f6db

Please sign in to comment.