diff options
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d95de94d2..f6cbb16ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,6 @@ name: test on: - push: - branches: - - dev pull_request: workflow_dispatch: jobs: @@ -20,7 +17,6 @@ jobs: command: | git config --global user.email "[email protected]" git config --global user.name "opencode" - bun turbo typecheck bun turbo test - name: windows host: windows-latest |
