Skip to content

Bump com.microsoft.playwright:playwright from 1.47.0 to 1.48.0 #76

Bump com.microsoft.playwright:playwright from 1.47.0 to 1.48.0

Bump com.microsoft.playwright:playwright from 1.47.0 to 1.48.0 #76

Workflow file for this run

name: Run tests
on:
push:
branches-ignore:
- main
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '20'
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew check