Skip to content

Don't auto-expand build eyebrow when canceling build #1355

Don't auto-expand build eyebrow when canceling build

Don't auto-expand build eyebrow when canceling build #1355

Workflow file for this run

name: "Test"
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install --ignore-scripts
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck
- name: Test
run: yarn test