Skip to content

Commit 289c675

Browse files
committed
Swap to bun, which Upstash redis package has moved to
1 parent d1b22d9 commit 289c675

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
with:
4646
repository: upstash/upstash-redis
4747

48-
- uses: denoland/setup-deno@v1
48+
- uses: oven-sh/setup-bun@v1
4949
with:
50-
deno-version: v1.x
50+
bun-version: latest
5151

5252
- name: Download SRH artifact
5353
uses: actions/download-artifact@v3
@@ -75,8 +75,11 @@ jobs:
7575
rm ./pkg/commands/json_mget.test.ts
7676
rm ./pkg/commands/json_objlen.test.ts
7777
78+
- name: Install bun dependencies
79+
run: bun install
80+
7881
- name: Run @upstash/redis Test Suite
79-
run: deno test -A ./pkg
82+
run: bun test pkg
8083
env:
8184
UPSTASH_REDIS_REST_URL: http://localhost:8080
8285
UPSTASH_REDIS_REST_TOKEN: ${{ env.SRH_TOKEN }}

0 commit comments

Comments
 (0)