Skip to content

Commit 4e833bd

Browse files
authored
Merge branch 'master' into 10378-uuid-v7
2 parents b15798a + 179a6db commit 4e833bd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install bats
3939
run: |
4040
sudo apt-get update
41-
sudo apt-get install -y bats
41+
sudo apt-get install -y bats shellcheck
4242
4343
- name: Login to Docker Hub
4444
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
@@ -76,6 +76,8 @@ jobs:
7676
- name: Create logs directory
7777
run: mkdir tests/logs
7878
- run: npm ci
79+
- name: Use system shellcheck binary
80+
run: cp /usr/bin/shellcheck node_modules/shellcheck/bin/shellcheck
7981
- name: Compile
8082
run: npm run ci-compile
8183
- name: Setup QEMU

0 commit comments

Comments
 (0)