Skip to content

Commit 54df4f4

Browse files
fix: set cache dependency path (#58)
1 parent 897aa8a commit 54df4f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test-renku-cypress/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ runs:
7575
- uses: actions/setup-node@v3
7676
name: Setup Node v18
7777
with:
78-
node-version: 18
79-
cache: npm
78+
node-version: 18
79+
cache: npm
80+
cache-dependency-path: ${{ inputs.settings-working-directory }}
8081
- uses: cypress-io/github-action@v5
8182
name: "Verify infrastructure and run the target Cypress test"
8283
id: cypress-acceptance-tests

0 commit comments

Comments
 (0)