Skip to content

Merge pull request #92 from gadget-inc/node-20 #271

Merge pull request #92 from gadget-inc/node-20

Merge pull request #92 from gadget-inc/node-20 #271

Workflow file for this run

name: Test
on:
push:
workflow_call:
jobs:
build:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-test-env
- run: pnpm build
- run: test/test.sh
- run: pnpm jest
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-test-env
- run: pnpm lint