mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
ci: bash is not javascript
This commit is contained in:
parent
13fe955749
commit
d6f5a3f391
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
|||
echo "::set-output name=version::$(bun --version)"
|
||||
- name: Check version
|
||||
run: |
|
||||
if [[ "${{ steps.bun.outputs.version }}" === "1.0.0" ]]; then
|
||||
if [[ "${{ steps.bun.outputs.version }}" == "1.0.0" ]]; then
|
||||
echo "Version is 1.0.0"
|
||||
else
|
||||
echo "Expected version to be 1.0.0, got ${{ steps.bun.outputs.version }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue