Skip to content

Commit

Permalink
Install jq in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Nov 26, 2024
1 parent d7e47b7 commit 6256b7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Setup jq'
uses: dcarbone/install-jq-action@v3
- name: Test with shunit2
uses: sudo-bot/action-shunit2@latest
with:
cli: "./tests/test_ada.sh"
cli: "./tests/test_ada.sh"

0 comments on commit 6256b7f

Please sign in to comment.