Skip to content

initial commit

initial commit #1

Workflow file for this run

name: test
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Capacitor Web
uses: ./.github/actions/capacitor-setup-web
- name: Run Tests
run: npm run test