Skip to content

Commit 5bb6228

Browse files
committed
fix build ui step for windows runners to use git bash
1 parent e2a8582 commit 5bb6228

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
cache-dependency-path: ui/package-lock.json
3434

3535
- name: Build UI
36+
shell: bash
3637
run: script/build-ui
3738

3839
- name: Set up Go
@@ -44,6 +45,7 @@ jobs:
4445
run: go mod tidy -diff
4546

4647
- name: Run unit tests
48+
shell: bash
4749
run: script/test
4850

4951
- name: Build

0 commit comments

Comments
 (0)