Skip to content

Merge pull request #91 from ScottLogic/sfd-120-terms #7

Merge pull request #91 from ScottLogic/sfd-120-terms

Merge pull request #91 from ScottLogic/sfd-120-terms #7

Workflow file for this run

name: Playwright Tests
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
test:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/set-up-environment
- name: Run Playwright
uses: ./.github/actions/run-playwright