Skip to content

Commit e2b7ac9

Browse files
fix: remove Playwright cache from setup jobs to avoid path validation errors
- Remove Playwright cache from setup-matrix job in pull request workflow - Remove Playwright cache from cache job in push workflow - Playwright caching remains in the actual e2e test jobs where it's needed - Fixes 'Path Validation Error' warning in CI logs
1 parent 82947fa commit e2b7ac9

File tree

4 files changed

+37871
-56296
lines changed

4 files changed

+37871
-56296
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,6 @@ jobs:
138138
restore-keys: |
139139
cypress-${{ runner.os }}-
140140
141-
- name: Cache Playwright browsers
142-
uses: actions/cache@v4
143-
with:
144-
path: ~/.cache/ms-playwright
145-
key: playwright-${{ runner.os }}-1.54.2
146-
restore-keys: |
147-
playwright-${{ runner.os }}-
148141
149142
- name: Install dependencies
150143
run: |

.github/workflows/on-push.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ jobs:
9494
restore-keys: |
9595
cypress-${{ runner.os }}-
9696
97-
- name: Cache Playwright browsers
98-
uses: actions/cache@v4
99-
with:
100-
path: ~/.cache/ms-playwright
101-
key: playwright-${{ runner.os }}-1.54.2
102-
restore-keys: |
103-
playwright-${{ runner.os }}-
10497
10598
- name: Install deps
10699
env:

bi-directional/app1/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"dist/"
2828
],
2929
"dependencies": {
30+
"@babel/runtime": "^7.26.0",
3031
"@modern-js/runtime": "2.68.6",
3132
"@module-federation/modern-js": "0.17.1",
3233
"react": "~18.3.0",

0 commit comments

Comments
 (0)