Skip to content

Bump com.microsoft.playwright:playwright from 1.49.0 to 1.50.0 #43

Bump com.microsoft.playwright:playwright from 1.49.0 to 1.50.0

Bump com.microsoft.playwright:playwright from 1.49.0 to 1.50.0 #43

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B verify sonar:sonar -Pcoverage -Dsonar.projectKey=martinellich_vaadin-jooq-template
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}