Skip to content

bump to 2.2.0 + wabac 2.20.0 #674

bump to 2.2.0 + wabac 2.20.0

bump to 2.2.0 + wabac 2.20.0 #674

Workflow file for this run

name: Playwright Integration
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
jobs:
playwright:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Yarn Install
run: yarn install --frozen-lockfile
- name: Yarn Build
run: yarn build
- name: Playwright Install Browsers
run: yarn playwright install
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r mkdocs/requirements.txt
- name: Playwright Run Tests
run: yarn run playwright test