Skip to content

Commit 91ce49c

Browse files
chore: fix inputs (#59)
1 parent 54df4f4 commit 91ce49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-renku-cypress/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ runs:
9898
if: failure()
9999
with:
100100
name: Cypress acceptance tests - screenshots
101-
path: "{{ inputs.settings-working-directory }}/cypress/screenshots"
101+
path: ${{ inputs.settings-working-directory }}/cypress/screenshots
102102
retention-days: 7
103103
- uses: actions/upload-artifact@v3
104104
if: failure()
105105
with:
106106
name: Cypress acceptance tests - videos
107-
path: "{{ inputs.settings-working-directory }}/cypress/videos"
107+
path: ${{ inputs.settings-working-directory }}/cypress/videos
108108
retention-days: 3
109109

110110
# TODO: add the logic to tear down the renku deployment once selenium tests are phased out

0 commit comments

Comments
 (0)