ci: install Turso CLI for test runner
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -13,6 +13,8 @@ jobs:
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
- name: Install
|
||||
run: bun install
|
||||
- name: Install Turso CLI
|
||||
run: curl -sSfL https://get.tur.so/install.sh | bash
|
||||
- name: Test
|
||||
run: bun run test
|
||||
# TODO: uncomment this when https://github.com/cloudflare/workers-sdk/issues/5082 is fixed
|
||||
|
||||
Reference in New Issue
Block a user