Skip to content

Fix unit test workflow #5

Fix unit test workflow

Fix unit test workflow #5

Workflow file for this run

name: Unit Tests
permissions:
contents: read
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- 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: |
./tests/test_ada.sh