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:
|
||||
push:
|
||||
branches:
|
||||
@ -15,7 +15,7 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
- name: Apply deterministic loader waits
|
||||
- name: Apply isolated module checks
|
||||
run: python ops/fix_v1771_e2e_wait.py
|
||||
- run: npm install
|
||||
- run: npm run check:deploy
|
||||
@ -28,5 +28,5 @@ jobs:
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user