Retry verified v17.7.1 E2E module checks

This commit is contained in:
pavlov346346-source 2026-09-09 02:50:11 +03:00
parent baf77724ae
commit 95adfc5e3d

View File

@ -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