Skip to content

Commit

Permalink
chore: updaet ci cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 committed Mar 15, 2024
1 parent 64a4136 commit ec7e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: pnpm run app:runtime:dev & echo "done" && sleep 6 && npx nx run-many --target=test:e2e --projects=3005-runtime-host --parallel=1 && lsof -ti tcp:3005,3006,3007 | xargs kill

- name: E2E Test for 3008-webpack-host
run: pnpm run app:manifest:dev & echo "done" && sleep 6 && npx nx run-many --target=test:e2e --projects=3008-webpack-host --parallel=1 && lsof -ti tcp:3008,3009,3010,3011,3012 | xargs kill
run: pnpm run app:manifest:dev & echo "done" && sleep 6 && npx nx run-many --target=e2e --projects=3008-webpack-host --parallel=1 && lsof -ti tcp:3008,3009,3010,3011,3012 | xargs kill

- name: Build Next.js Apps in Production Mode
run: pnpm app:next:build
Expand Down

0 comments on commit ec7e2da

Please sign in to comment.