We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab533f6 commit d2a02e4Copy full SHA for d2a02e4
.github/workflows/main.yml
@@ -11,19 +11,15 @@ jobs:
11
test:
12
timeout-minutes: 60
13
runs-on: ubuntu-latest
14
+ container:
15
+ image: ghcr.io/serenity-js/playwright:v1.56.1-noble
16
steps:
17
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
18
- uses: actions/setup-node@v6
19
with:
20
node-version: '24.11.1'
- - uses: actions/setup-java@v5
- with:
21
- distribution: 'temurin'
22
- java-version: '17'
23
- name: Setup Node Modules
24
uses: bahmutov/npm-install@v1
25
- - name: Install Playwright Browsers
26
- run: npx playwright install --with-deps
27
- name: Run Playwright tests
28
run: npm test
29
- uses: actions/upload-artifact@v5
0 commit comments