Skip to content

Commit 6d88f76

Browse files
refactor: simplify Windows script execution in install tests
1 parent 9314bbb commit 6d88f76

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/install-script-tests.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,10 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@v5
2424

25-
- name: Set up Bash on Windows
26-
if: runner.os == 'Windows'
27-
uses: msys2/setup-msys2@v2
28-
with:
29-
install: bash
30-
3125
- name: Run script on Linux/macOS
32-
if: runner.os != 'Windows'
26+
shell: bash
3327
run: bash install-cli.sh
3428

35-
- name: Run script on Windows (MSYS2 Bash)
36-
if: runner.os == 'Windows'
37-
shell: msys2 {0}
38-
run: bash install-cli.sh
39-
4029
- name: Verify installation
30+
shell: bash
4131
run: kosli version

0 commit comments

Comments
 (0)