Skip to content

fix: remove step from build.yml; remove sfw prefixes from various pla… #2

fix: remove step from build.yml; remove sfw prefixes from various pla…

fix: remove step from build.yml; remove sfw prefixes from various pla… #2

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