Skip to content

Commit

Permalink
fix(test-renku) use correct version name for renku-actions release. (#34
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aledegano authored Jul 12, 2022
1 parent c15764a commit f05347a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-renku/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
TEST_TIMEOUT_MINS: ${{ inputs.test-timeout-mins }}
- name: Download artifact for packaging on failure
if: failure()
uses: SwissDataScienceCenter/renku-actions/download-test-artifacts@1.0.0
uses: SwissDataScienceCenter/renku-actions/download-test-artifacts@v1.0.0
with:
s3-results-host: ${{ inputs.s3-results-host }}
s3-results-bucket: ${{ inputs.s3-results-bucket }}
Expand All @@ -65,7 +65,7 @@ runs:
name: acceptance-test-artifacts
path: ${{ github.workspace }}/test-artifacts/
- name: "Cleanup CI deployment after test if persist flag set to false"
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@1.0.0
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.0.0
if: ${{ always() && inputs.persist == 'false' }}
env:
RENKUBOT_KUBECONFIG: ${{ inputs.kubeconfig }}
Expand Down

0 comments on commit f05347a

Please sign in to comment.