Skip to content

feat: add test for every push #1

feat: add test for every push

feat: add test for every push #1

name: GitHub Actions Prod Deployment
on:
- push
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: corepack enable
- run: pnpm i
- run: pnpm test
- run: pnpm build