Skip to content

Update docs/index.html with new content #27

Update docs/index.html with new content

Update docs/index.html with new content #27

name: Run Automated Tests
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Install dependencies
run: |
npm install
- name: Run Playwright tests
run: |
npx playwright test