File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 76
76
load : true
77
77
- name : Run Perl tests
78
78
run : >
79
- docker run -d -i -p 8000 :80
79
+ docker run -d -i -p 5001 :80
80
80
${{ steps.docker-build-test.outputs.imageid }}
81
81
- uses : actions/setup-node@v4
82
82
with :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
16
16
- ' web-assets:/app/root/assets/'
17
17
- ' /app/local'
18
18
ports :
19
- - ' 8000 :80'
19
+ - ' 5001 :80'
20
20
environment :
21
21
# default is 120, shorten to work with compose label
22
22
COLUMNS : 96
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default defineConfig({
26
26
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
27
27
use : {
28
28
/* Base URL to use in actions like `await page.goto('/')`. */
29
- baseURL : "http://127.0.0.1:8000 " ,
29
+ baseURL : "http://127.0.0.1:5001 " ,
30
30
31
31
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
32
32
trace : "on-first-retry" ,
Original file line number Diff line number Diff line change 18
18
#
19
19
# carton exec ./run-dev
20
20
#
21
- # Then browse to http://localhost:8000 /
21
+ # Then browse to http://localhost:5001 /
22
22
23
- METACPAN_PROXY_LISTEN=" localhost:8000 "
23
+ METACPAN_PROXY_LISTEN=" localhost:5001 "
24
24
25
25
while [[ $# -gt 0 ]]; do
26
26
case " $1 " in
You can’t perform that action at this time.
0 commit comments