Skip to content

Check jq in test workflow #3

Check jq in test workflow

Check jq in test workflow #3

Workflow file for this run

name: Unit Tests
permissions:
contents: read
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Setup jq'
uses: dcarbone/install-jq-action@v3
run: |
which jq
jq --version
- name: Test with shunit2
uses: sudo-bot/action-shunit2@latest
with:
cli: "./tests/test_ada.sh"