Skip to content

Sonar fixes in Dockerfile and project warnings (#4) #24

Sonar fixes in Dockerfile and project warnings (#4)

Sonar fixes in Dockerfile and project warnings (#4) #24

Workflow file for this run

name: Playwright Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
working-directory: ./src/e2e/CareLeavers.E2ETests
run: yarn install
- name: Run Playwright Tests
working-directory: ./src/e2e/CareLeavers.E2ETests
run: npx playwright test