File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -107,10 +107,11 @@ jobs:
107107 yarn
108108
109109 - name : Start test app in background
110+ shell : bash
110111 run : |
111112 cd contrib_repo/apps/plotly_examples
112113 yarn build
113- nohup npx -y serve -s build > output.log 2>&1 &
114+ nohup npx -y serve -s build -l 3000 > output.log 2>&1 &
114115 npx wait-on http://localhost:3000/ --timeout 300000
115116
116117 - name : Run Playwright test script
Original file line number Diff line number Diff line change @@ -106,11 +106,12 @@ jobs:
106106 yarn
107107
108108 - name : Start test app in background
109+ shell : bash
109110 run : |
110111 cd contrib_repo/apps/plotly_examples
111112 yarn build
112- nohup npx -y serve -s build > output.log 2>&1 &
113- npx wait-on http://localhost:3000/ --timeout 300000
113+ nohup npx -y serve -s build -l 3000 > output.log 2>&1 &
114+ npx wait-on http://localhost:3000/ --timeout 300000
114115
115116 - name : Run Playwright test script
116117 run : |
You can’t perform that action at this time.
0 commit comments