ci(bun-transpiler): fixed CI setting

pull/347/head
Yusuke Wada 2024-01-08 07:37:33 +09:00
parent 5501dd1f9c
commit 7b03c05178
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
branches: [main]
paths:
- 'packages/bun-transpiler/**'
pull_request:
pull_request:
branches: ['*']
paths:
- 'packages/bun-transpiler/**'
@ -20,4 +20,4 @@ jobs:
- uses: oven-sh/setup-bun@v1
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- run: yarn test