Skip to content

Commit 9a146b8

Browse files
committed
Test12
1 parent e7624a5 commit 9a146b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-on-push.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,15 @@ jobs:
5454
if: runner.os == 'macOS'
5555
run: |
5656
brew install docker
57-
5857
5958
- name: Verify Docker
6059
run: docker --version
60+
- name: Install dependencies (macOS)
61+
if: runner.os == 'macOS'
62+
run: |
63+
brew install shellcheck yamllint
64+
npm install -g npm@latest
65+
6166
6267
- name: Build Fablo
6368
run: |

0 commit comments

Comments
 (0)