Skip to content

Updated index.html with new titles and footer information #28

Updated index.html with new titles and footer information

Updated index.html with new titles and footer information #28

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