We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a430823 commit 45bfdabCopy full SHA for 45bfdab
.github/workflows/build.yml
@@ -17,6 +17,11 @@ jobs:
17
with:
18
source-cache-key: 20240515-1
19
cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240515-1
20
+ - uses: esy/github-action@d504f1813939f7821ce4c8ed855ddfcf8b390761
21
+ with:
22
+ source-cache-key: 20240515-1
23
+ cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240515-1
24
+ prepare-npm-artifacts-mode: true
25
- name: Test
26
run: esy test
27
.github/workflows/print_esy_cache.js
0 commit comments