Skip to content

Commit

Permalink
Fixing unit tests execution
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored and armbianworker committed Oct 14, 2024
1 parent c9dfc58 commit a670d8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Unit tests"
on:
workflow_dispatch:
repository_dispatch:
types: ["Unit tests"]
schedule:
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
tests=($(grep -rw tests/*.conf -e "ENABLED=true" | cut -d":" -f1))
fi
# loop enabled tests
# loop enabled test cases
for i in "${tests[@]}"; do
unset RELEASE
source "${i}"
Expand Down

0 comments on commit a670d8c

Please sign in to comment.