Skip to content

Fix syntax unit test workflow 5 #11

Fix syntax unit test workflow 5

Fix syntax unit test workflow 5 #11

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: Checkout shell test framework
uses: actions/checkout@v4
with:
repository: kward/shunit2
path: ${{github.workspace}}/tests/shunit2
fetch-depth: 1
- name: Run unit tests
shell: bash
run: |
export PATH="tests/shunit2:$PATH"
tests/test_ada.sh