We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54df4f4 commit 91ce49cCopy full SHA for 91ce49c
test-renku-cypress/action.yml
@@ -98,13 +98,13 @@ runs:
98
if: failure()
99
with:
100
name: Cypress acceptance tests - screenshots
101
- path: "{{ inputs.settings-working-directory }}/cypress/screenshots"
+ path: ${{ inputs.settings-working-directory }}/cypress/screenshots
102
retention-days: 7
103
- uses: actions/upload-artifact@v3
104
105
106
name: Cypress acceptance tests - videos
107
- path: "{{ inputs.settings-working-directory }}/cypress/videos"
+ path: ${{ inputs.settings-working-directory }}/cypress/videos
108
retention-days: 3
109
110
# TODO: add the logic to tear down the renku deployment once selenium tests are phased out
0 commit comments