Skip to content

Commit d2a02e4

Browse files
committed
ci(github): use the official Serenity/JS Docker image
1 parent ab533f6 commit d2a02e4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,15 @@ jobs:
1111
test:
1212
timeout-minutes: 60
1313
runs-on: ubuntu-latest
14+
container:
15+
image: ghcr.io/serenity-js/playwright:v1.56.1-noble
1416
steps:
1517
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1618
- uses: actions/setup-node@v6
1719
with:
1820
node-version: '24.11.1'
19-
- uses: actions/setup-java@v5
20-
with:
21-
distribution: 'temurin'
22-
java-version: '17'
2321
- name: Setup Node Modules
2422
uses: bahmutov/npm-install@v1
25-
- name: Install Playwright Browsers
26-
run: npx playwright install --with-deps
2723
- name: Run Playwright tests
2824
run: npm test
2925
- uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)