mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
fix: didn't catch properly kind of required tests
This commit is contained in:
committed by
Pierre Mavro
parent
5e1af7b7a4
commit
c95081f79d
2
.github/workflows/functionnal_tests.yml
vendored
2
.github/workflows/functionnal_tests.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
num_labels=$(echo $gh_pr | jq '.labels | length')
|
||||
tests_type="fast_tests"
|
||||
if [ $num_labels -gt 0 ] ; then
|
||||
if [ $(echo $gh_pr | grep -c 'full-tests') ] ; then
|
||||
if [ $(echo $gh_pr | grep -c 'full-tests') -eq 1 ] ; then
|
||||
tests_type="full_tests"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user