Skip to content

feat: Added playwright to example site + gh action for CI #3

feat: Added playwright to example site + gh action for CI

feat: Added playwright to example site + gh action for CI #3

Workflow file for this run

name: Testing for visual regression on old theme
# Run the workflow when code is pushed or when a pull request is created
on:
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
playwright:
name: Run Playwright
runs-on: ubuntu-latest
steps:
# Checkout the repository so the workflow has access to the code
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: |
make tests