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 0832347 commit ebedf10Copy full SHA for ebedf10
.github/workflows/test-ui.yaml
@@ -46,8 +46,8 @@ jobs:
46
id: cache-key
47
run: echo "key=$(date +%s)" >> $GITHUB_OUTPUT
48
49
- - name: Cache setup
50
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
+ - name: Save cache
+ uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684
51
with:
52
path: |
53
ComfyUI
@@ -62,9 +62,13 @@ jobs:
62
matrix:
63
browser: [chromium, chromium-2x, mobile-chrome]
64
steps:
65
+ - name: Wait for cache propagation
66
+ run: sleep 10
67
+
68
- name: Restore cached setup
69
+ uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684
70
71
+ fail-on-cache-miss: true
72
73
74
ComfyUI_frontend
0 commit comments