Skip to content

Commit

Permalink
Fix syntax unit test workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Nov 26, 2024
1 parent 3a46743 commit f13f867
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ on: [push]
jobs:
tests:
runs-on: ubuntu-latest
uses: actions/checkout@v4
steps:
- 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
uses: actions/checkout@v4
shell: bash
run: |
./tests/test_ada.sh
tests/test_ada.sh

0 comments on commit f13f867

Please sign in to comment.