Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Bump com.microsoft.playwright:playwright from 1.37.0 to 1.38.0 #153

Bump com.microsoft.playwright:playwright from 1.37.0 to 1.38.0

Bump com.microsoft.playwright:playwright from 1.37.0 to 1.38.0 #153

Workflow file for this run

name: Pull request
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
- name: Tests
run: mvn test