Skip to content

Commit

Permalink
adjusted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
egurapha committed Jan 26, 2025
1 parent 1686bc1 commit 2801e86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: sudo apt update && sudo apt install -y bats

- name: Run Unit Tests.
run: bats tests/
# run: bats tests/
run: script -q -c "bats tests/"

- name: Success.
if: success()
Expand Down

0 comments on commit 2801e86

Please sign in to comment.