Skip to content

Commit d76697d

Browse files
authored
Merge pull request #21597 from nsoranzo/fail-on-cache-miss
Use ``fail-on-cache-miss`` when restoring the client cache
2 parents e7f2a9d + 02e2b79 commit d76697d

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/first_startup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Restore client cache
4848
uses: actions/cache@v5
4949
with:
50+
fail-on-cache-miss: true
5051
key: galaxy-static-${{ needs.build-client.outputs.commit-id }}
5152
path: 'galaxy root/static'
5253
- name: Install tox

.github/workflows/integration_selenium.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
- name: Restore client cache
7272
uses: actions/cache@v5
7373
with:
74+
fail-on-cache-miss: true
7475
key: galaxy-static-${{ needs.build-client.outputs.commit-id }}
7576
path: 'galaxy root/static'
7677
- name: Run tests

.github/workflows/osx_startup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Restore client cache
4141
uses: actions/cache@v5
4242
with:
43+
fail-on-cache-miss: true
4344
key: galaxy-static-${{ needs.build-client.outputs.commit-id }}
4445
path: 'galaxy root/static'
4546
- name: Install uv

.github/workflows/playwright.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- name: Restore client cache
7979
uses: actions/cache@v5
8080
with:
81+
fail-on-cache-miss: true
8182
key: galaxy-static-${{ needs.build-client.outputs.commit-id }}
8283
path: 'galaxy root/static'
8384
- name: Run tests

.github/workflows/selenium.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
- name: Restore client cache
7272
uses: actions/cache@v5
7373
with:
74+
fail-on-cache-miss: true
7475
key: galaxy-static-${{ needs.build-client.outputs.commit-id }}
7576
path: 'galaxy root/static'
7677
- name: Run tests

0 commit comments

Comments
 (0)