ci: install Turso CLI for test runner

This commit is contained in:
2024-06-12 15:45:32 -04:00
parent e0a735ef0a
commit 0db6fa9f70

View File

@@ -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