Retry verified v17.7.1 E2E module checks
This commit is contained in:
parent
baf77724ae
commit
95adfc5e3d
6
.github/workflows/fix-v1771-e2e-loader.yml
vendored
6
.github/workflows/fix-v1771-e2e-loader.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Fix Caterium v17.7.1 E2E loader waits
|
name: Fix Caterium v17.7.1 E2E module checks
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -15,7 +15,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '22'
|
node-version: '22'
|
||||||
- name: Apply deterministic loader waits
|
- name: Apply isolated module checks
|
||||||
run: python ops/fix_v1771_e2e_wait.py
|
run: python ops/fix_v1771_e2e_wait.py
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run check:deploy
|
- run: npm run check:deploy
|
||||||
@ -28,5 +28,5 @@ jobs:
|
|||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Fix v17.7.1 E2E data layer loading checks"
|
git commit -m "Fix v17.7.1 E2E data layer module checks"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user