diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8cc94f3..51a5b27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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" \ No newline at end of file + cli: "./tests/test_ada.sh" \ No newline at end of file