diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66c057811d..5f37334b98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: load: true - name: Run Perl tests run: > - docker run -d -i -p 8000:80 + docker run -d -i -p 5001:80 ${{ steps.docker-build-test.outputs.imageid }} - uses: actions/setup-node@v4 with: diff --git a/docker-compose.yml b/docker-compose.yml index f9ecc1a63c..8f7bfd50e8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - 'web-assets:/app/root/assets/' - '/app/local' ports: - - '8000:80' + - '5001:80' environment: # default is 120, shorten to work with compose label COLUMNS: 96 diff --git a/playwright.config.ts b/playwright.config.ts index 9760fdfdca..58e0dcad5a 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -26,7 +26,7 @@ export default defineConfig({ /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ use: { /* Base URL to use in actions like `await page.goto('/')`. */ - baseURL: "http://127.0.0.1:8000", + baseURL: "http://127.0.0.1:5001", /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: "on-first-retry", diff --git a/run-dev b/run-dev index 823333df07..fb95bc40b8 100755 --- a/run-dev +++ b/run-dev @@ -18,9 +18,9 @@ # # carton exec ./run-dev # -# Then browse to http://localhost:8000/ +# Then browse to http://localhost:5001/ -METACPAN_PROXY_LISTEN="localhost:8000" +METACPAN_PROXY_LISTEN="localhost:5001" while [[ $# -gt 0 ]]; do case "$1" in