@@ -977,6 +977,7 @@ jobs:
977
977
with :
978
978
path : ${{ github.workspace }}/packages/*/*.tgz
979
979
key : ${{ env.BUILD_CACHE_TARBALL_KEY }}
980
+ fail-on-cache-miss : true
980
981
981
982
- name : Install Playwright
982
983
uses : ./.github/actions/install-playwright
@@ -1076,6 +1077,7 @@ jobs:
1076
1077
with :
1077
1078
path : ${{ github.workspace }}/packages/*/*.tgz
1078
1079
key : ${{ env.BUILD_CACHE_TARBALL_KEY }}
1080
+ fail-on-cache-miss : true
1079
1081
1080
1082
- name : Install Playwright
1081
1083
uses : ./.github/actions/install-playwright
@@ -1446,6 +1448,7 @@ jobs:
1446
1448
path : ${{ env.CACHED_DEPENDENCY_PATHS }}
1447
1449
key : ${{ needs.job_build.outputs.dependency_cache_key }}
1448
1450
enableCrossOsArchive : true
1451
+ fail-on-cache-miss : true
1449
1452
1450
1453
- name : Restore build cache
1451
1454
uses : actions/cache/restore@v4
@@ -1454,6 +1457,7 @@ jobs:
1454
1457
path : ${{ env.CACHED_BUILD_PATHS }}
1455
1458
key : ${{ needs.job_build.outputs.dependency_cache_key }}
1456
1459
enableCrossOsArchive : true
1460
+ fail-on-cache-miss : true
1457
1461
1458
1462
- name : Configure safe directory
1459
1463
run : |
0 commit comments