Skip to content

Install jq in test workflow #2

Install jq in test workflow

Install jq in test workflow #2

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
- name: Test with shunit2
uses: sudo-bot/action-shunit2@latest
with:
cli: "./tests/test_ada.sh"