mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
[CI] Fix intermittent failure when using actions/cache (#4219)
This commit is contained in:
4
.github/workflows/test-ui.yaml
vendored
4
.github/workflows/test-ui.yaml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
run: echo "key=$(date +%s)" >> $GITHUB_OUTPUT
|
run: echo "key=$(date +%s)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Cache setup
|
- name: Cache setup
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
ComfyUI
|
ComfyUI
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
browser: [chromium, chromium-2x, mobile-chrome]
|
browser: [chromium, chromium-2x, mobile-chrome]
|
||||||
steps:
|
steps:
|
||||||
- name: Restore cached setup
|
- name: Restore cached setup
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
ComfyUI
|
ComfyUI
|
||||||
|
|||||||
Reference in New Issue
Block a user