Skip to content

Commit

Permalink
Debug artifact deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Mar 11, 2024
1 parent 725bc54 commit 727baae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 @@ -1079,7 +1079,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 @@ -1372,7 +1372,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
4 changes: 2 additions & 2 deletions consolidate_artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:

- name: 'Remove old consolidated artifact'
if: ${{ steps.check_consolidated.outputs.exists == 'true' }}
uses: geekyeggo/delete-artifact@v4
uses: joernott/delete-artifact@debug_deleting
with:
name: '${{ inputs.target }}'

Expand All @@ -53,7 +53,7 @@ runs:
retention-days: 7

- name: 'Remove artifacts'
uses: geekyeggo/delete-artifact@v4
uses: joernott/delete-artifact@debug_deleting
with:
name: '${{ inputs.pattern }}'
failOnError: false
4 changes: 2 additions & 2 deletions generate_report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
using: "composite"
steps:
- name: 'Consolidate testplan artifacts'
uses: 'OXID-eSales/github-actions/consolidate_artifacts@v4'
uses: 'OXID-eSales/github-actions/consolidate_artifacts@v0'
with:
target: 'testplan'
pattern: 'testplan-*'
Expand Down Expand Up @@ -193,7 +193,7 @@ runs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

- name: 'Update testplan artifacts'
uses: 'OXID-eSales/github-actions/consolidate_artifacts@v4'
uses: 'OXID-eSales/github-actions/consolidate_artifacts@v0'
with:
target: 'testplan'
pattern: 'testplan-*'
2 changes: 1 addition & 1 deletion sonarcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
using: "composite"
steps:
- name: 'Consolidate coverage artifacts'
uses: 'OXID-eSales/github-actions/consolidate_artifacts@v4'
uses: 'OXID-eSales/github-actions/consolidate_artifacts@v0'
with:
target: '${{ inputs.output_artifact }}'
pattern: '${{ inputs.coverage_artifact }}'
Expand Down

0 comments on commit 727baae

Please sign in to comment.