We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba5f27 commit c13c12cCopy full SHA for c13c12c
.github/workflows/test.yml
@@ -120,7 +120,9 @@ jobs:
120
steps:
121
- name: Checkout
122
uses: actions/checkout@v3
123
- - run: curl https://bun.sh/install | bash
+ - uses: oven-sh/setup-bun@v1
124
+ with:
125
+ bun-version: latest
126
- name: Load cached dist
127
uses: actions/cache@v3
128
id: dist
tap/.bun.sh
@@ -1,5 +1,3 @@
1
-BUN=~/.bun/bin/bun
+echo "Using Bun `bun -v`"
2
3
-echo "Using Bun `$BUN -v`"
4
-
5
-$BUN run tap/run-bun.ts
+bun run tap/run-bun.ts
0 commit comments