Skip to content

fix: update spec file path #25

fix: update spec file path

fix: update spec file path #25

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@v3
- name: Setup PNPM
uses: pnpm/[email protected]
with:
run_install: true
- name: Build
run: pnpm build