mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 13:08:27 +02:00
fix: dont fail
This commit is contained in:
parent
633e7abe1e
commit
37657f4f9f
7 changed files with 16 additions and 17 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -29,4 +29,8 @@ jobs:
|
|||
misc-test-builds: ${{ matrix.misc-test-builds }}
|
||||
|
||||
- name: Try bun
|
||||
run: bun --version
|
||||
run: bun --version
|
||||
|
||||
- name: Show status
|
||||
if: always()
|
||||
run: echo $status
|
Loading…
Add table
Add a link
Reference in a new issue