Skip to content

Add dynamic organisation pages (#44) #11

Add dynamic organisation pages (#44)

Add dynamic organisation pages (#44) #11

Workflow file for this run

name: Test Suite
on:
push:
branches: [ staging, main ]
pull_request:
branches: [ staging, main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Install Playwright browsers
run: npx playwright install --with-deps
- name: Run all tests and build
run: npm run build
- name: Upload Playwright test results
if: always()
uses: actions/upload-artifact@v4
with:
name: playwright-report
path: playwright-report/