Skip to content

Commit

Permalink
Fixing unit tests execution
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 14, 2024
1 parent c9dfc58 commit ab612bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "Unit tests"
on:
repository_dispatch:
types: ["Unit tests"]
workflow_dispatch:
# repository_dispatch:
# types: ["Unit tests"]
schedule:
- cron: '0 2 * * *'
pull_request:
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 ab612bb

Please sign in to comment.