Skip to content

test: Edit open day to test system. #51

test: Edit open day to test system.

test: Edit open day to test system. #51

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
run_install: true
# - name: Install Browser
# run: npx playwright install chromium --with-deps
- name: Build All
run: pnpm build
# - name: Run Tests
# run: pnpm test