Skip to content

Commit

Permalink
Fix styles problem and move delete_artifact to the end of the respect…
Browse files Browse the repository at this point in the history
…ive actions
  • Loading branch information
joernott committed Mar 1, 2024
1 parent 7ea2775 commit 71b3c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call-universal_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ jobs:
fetch-depth: 0

- name: 'SonarCloud Scan'
uses: 'OXID-eSales/github-actions/sonarcloud@v4'
uses: 'OXID-eSales/github-actions/sonarcloud@v0'
with:
coverage_artifact: 'coverage-reports-*-${{ steps.sonarcloud_testplan_name.outputs.matrix_suffix }}'
output_artifact: 'coverage-reports'
Expand Down Expand Up @@ -1369,7 +1369,7 @@ jobs:

- name: 'Generate report'
id: generate_report
uses: 'OXID-eSales/github-actions/generate_report@v4'
uses: 'OXID-eSales/github-actions/generate_report@v0'
with:
slack_webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
title: '${{ needs.init.outputs.finish_slack_title }}'
Expand Down

0 comments on commit 71b3c71

Please sign in to comment.