Skip to content

Commit

Permalink
try1 to fix web
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliusguzas committed Nov 29, 2024
1 parent dd5d205 commit 66a34cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-harness-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
yarn bootstrap
- name: Host
run: |
cd packages/app-harness && yarn run:web-test & sleep 60
cd packages/app-harness && yarn start:web-test & sleep 60
- name: E2E
run: |
cd packages/app-harness && yarn e2e:web && kill $(lsof -t -i:8090)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-template-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
yarn bootstrap
- name: Host
run: |
cd packages/template-starter && yarn run:web-test & sleep 60
cd packages/template-starter && yarn start:web-test & sleep 60
- name: E2E
run: |
cd packages/template-starter && yarn e2e:web && kill $(lsof -t -i:8080)
Expand Down

0 comments on commit 66a34cd

Please sign in to comment.