Skip to content

Merge pull request #2 from n-peugnet/patch-1 #15

Merge pull request #2 from n-peugnet/patch-1

Merge pull request #2 from n-peugnet/patch-1 #15

Workflow file for this run

name: Playwright Tests
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run ava tests
run: npm run test