use container

This commit is contained in:
2024-08-27 00:36:48 +02:00
parent 23446a4c74
commit d86ef79abd
3 changed files with 5 additions and 4 deletions

View File

@@ -9,6 +9,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.46.1
steps:
- uses: actions/checkout@v4
@@ -28,7 +30,6 @@ jobs:
- name: Prepare
run: |
pnpm install
pnpm exec playwright install --with-deps
pnpm run test:prepare
- name: Run your tests