Skip to content

Commit

Permalink
Merge pull request #187 from sejori/README-update-bun
Browse files Browse the repository at this point in the history
fix: Deno & Bun CI
  • Loading branch information
sejori authored Oct 19, 2023
2 parents 0fe0ab6 + 3aa1251 commit 9874104
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This workflow will install Deno then run Deno lint and test.
# For more information see: https://github.com/denoland/setup-deno

name: Deno
name: CI

on:
push:
Expand Down Expand Up @@ -51,9 +51,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup Bun.sh
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Bun run
run: bun run tests/scripts/bun.ts

0 comments on commit 9874104

Please sign in to comment.