Skip to content

Commit

Permalink
Fix unit test workflow
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 694ad19 commit 6d28652
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Setup jq'
uses: dcarbone/install-jq-action@v3
- name: 'Check jq'
run: |
which jq
jq --version
- name: Test with shunit2
uses: sudo-bot/action-shunit2@latest
- name: Checkout shell test framework
uses: actions/checkout@v4
with:
cli: "./tests/test_ada.sh"
repository: kward/shunit2
path: ${{github.workspace}}/tests/shunit2
fetch-depth: 1
- name: Run unit tests
shell: bash
run: |
./tests/test_ada.sh

0 comments on commit 6d28652

Please sign in to comment.