feat: github repo management improvement (#728)

This commit is contained in:
Lucas Smith
2023-12-08 15:47:55 +11:00
committed by GitHub
16 changed files with 316 additions and 58 deletions

View File

@ -1,19 +1,20 @@
name: Playwright Tests
on:
push:
branches: [ "main" ]
branches: ['main']
pull_request:
branches: [ "main" ]
branches: ['main']
jobs:
e2e_tests:
name: "E2E Tests"
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci