Skip to content

Commit

Permalink
cache-dependency-path must be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Oct 4, 2024
1 parent bab2048 commit 51d076f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
run: wget -O shiny-proxy/shinyproxy-2.6.1.jar https://www.shinyproxy.io/downloads/shinyproxy-2.6.1.jar

- uses: actions/setup-node@v4
working-directory: tests
with:
node-version: 20
cache: 'npm'
cache-dependency-path: 'tests/package-lock.json'

- name: Install test suite dependencies
working-directory: ./tests
Expand Down

0 comments on commit 51d076f

Please sign in to comment.