Skip to content

Debug

Debug #29

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
setup:
uses: ./.github/workflows/setup.yml
test:
runs-on: ubuntu-latest
needs: setup
steps:
- run: ls
- run: yarn test