Skip to content

chore: functions added by PRs are saved to a Supabase instance #15

chore: functions added by PRs are saved to a Supabase instance

chore: functions added by PRs are saved to a Supabase instance #15

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches: [main, next]
types: [opened, synchronize]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install
- run: pnpm test