From fd8520fed1da5855b121c819b09404d32f1497b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 8 Jul 2025 22:52:10 +0200 Subject: [PATCH] ci: shell --- .github/workflows/test.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 384b972..3627ec4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -183,10 +183,10 @@ jobs: - windows-latest steps: - - name: Checkout + - name: 📥 Checkout uses: actions/checkout@v4 - - name: Setup Bun + - name: 🛠️ Setup Bun uses: ./ id: setup_bun with: @@ -194,7 +194,8 @@ jobs: https://registry.npmjs.org @types:https://registry.yarnpkg.com - - name: Install from default registry + - name: ▶️ Install from default registry + shell: bash run: | output=$(bun add is-odd --verbose --force 2>&1) @@ -205,7 +206,8 @@ jobs: exit 1 fi - - name: Install from @types registry + - name: ▶️ Install from @types registry + shell: bash run: | output=$(bun add @types/bun --verbose --force 2>&1)