Skip to content

Commit 2d19a81

Browse files
committed
ci: install jq for script unit tests
1 parent d56e797 commit 2d19a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4545

4646
- name: Install test utilities
47-
run: apk add bats checkbashisms
47+
run: apk add bats checkbashisms jq
4848

4949
- name: Check Bashisms
5050
run: checkbashisms ./install.sh

0 commit comments

Comments
 (0)