Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 committed Oct 14, 2024
1 parent 0f0adab commit c09a5c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/e2e-modern-ssr-data-loader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
- name: E2E Test for Modern.js SSR Data Loader
if: steps.check-ci.outcome == 'success'
run: |
lsof -ti tcp:3062,3061,3063,3064| xargs -r kill &&
pnpm run app:modern:dev &
sleep 1 &&
npx wait-on http://127.0.0.1:3062/ &&
lsof -ti tcp:3062,3061,3063,3064 | xargs -r kill &&
pnpm run app:modern:data-loader:dev &
npx wait-on http://127.0.0.1:3062/entry-one/nested-routes/pathname &&
npx wait-on http://127.0.0.1:3061/ &&
npx wait-on http://127.0.0.1:3063/ &&
npx wait-on http://127.0.0.1:3064/ &&
Expand Down

0 comments on commit c09a5c3

Please sign in to comment.