Skip to content

Commit 0387896

Browse files
committed
chore: does bun tests run in GHA now?
1 parent d8db1d5 commit 0387896

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
2424
- uses: oven-sh/setup-bun@v1
2525
with:
26-
bun-version: 1.1.22
27-
#- run: yarn test
28-
- run: echo "Tests are skipped!"
26+
bun-version: 1.2.1
27+
- run: yarn test
2928

3029
build-and-publish:
3130
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)