Skip to content

Commit

Permalink
remove cache from action
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogeburek committed Jun 13, 2022
1 parent d6f4b7b commit 046cdb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wdi5-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache-dependency-path: "**/package-lock.json"
# cache: "npm"
# cache-dependency-path: "**/package-lock.json"

- name: install packages
run: npm ci
Expand Down

2 comments on commit 046cdb8

@marcellourbani
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this failed too in my own repo :(
No idea why I have this issue and most others don't, as I didn't touch any relevant file

@nicoschoenteich
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh really, this just worked in #18. I think it should work with your, too. Can you fetch the upstream in your forked repo, which should trigger the action in your PR?

Please sign in to comment.