ci: use Node-capable Playwright runner image
Managed validation / full (pull_request) Failing after 4m23s
Managed validation / full (pull_request) Failing after 4m23s
This commit is contained in:
@@ -24,12 +24,19 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
container:
|
container:
|
||||||
image: mcr.microsoft.com/playwright/python:v1.54.0-noble
|
# Gitea's JavaScript actions execute inside the job container, so use
|
||||||
|
# the version-matched Playwright image that includes Node as well as the
|
||||||
|
# pinned Chromium browser and native runtime libraries.
|
||||||
|
image: mcr.microsoft.com/playwright:v1.54.0-noble
|
||||||
options: --ipc=host
|
options: --ipc=host
|
||||||
env:
|
env:
|
||||||
PLAYWRIGHT_BROWSERS_PATH: /ms-playwright
|
PLAYWRIGHT_BROWSERS_PATH: /ms-playwright
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
- name: Provision the supported Python runtime
|
||||||
|
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
|
||||||
|
with:
|
||||||
|
python-version: '3.13.2'
|
||||||
- name: Validate repository with a bounded profile
|
- name: Validate repository with a bounded profile
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user