-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
bugSomething isn't workingSomething isn't workinggithub actionabout github action and CIabout github action and CI
Description
Note this error for build and CI action:
Post job cleanup.
Warning: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
this because in build:
ARnft/.github/workflows/build.yml
Line 26 in a970d57
| key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
and in CI:
ARnft/.github/workflows/CI.yml
Line 25 in a970d57
| key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggithub actionabout github action and CIabout github action and CI