Skip to content

Merge pull request #55 from KyGuy2002/fix/exec-error-msgs #181

Merge pull request #55 from KyGuy2002/fix/exec-error-msgs

Merge pull request #55 from KyGuy2002/fix/exec-error-msgs #181

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@v2.2.4
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