mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-18 22:30:13 +02:00
fix: dont fail
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user