Skip to content

Update Java Playwright repo #8

Update Java Playwright repo

Update Java Playwright repo #8

Workflow file for this run

name: Run all tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Use java ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'
- name: Execute tests
env:
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
HEADLESS: true
run: mvn clean install test