Skip to content

Don't wait for a child that has already exited to quit #267

Don't wait for a child that has already exited to quit

Don't wait for a child that has already exited to quit #267

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