Skip to content

Commit

Permalink
chore: check starters list in first pit step
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Aug 14, 2023
1 parent eb9c4d8 commit c78def2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
W="${{inputs.windows}}"
L="${{inputs.linux}}"
[ true != "$L" -a true != "$W" ] && L=true
S="${{inputs.starters}}"
A="$A --starters=${{inputs.starters}}"
[ true = "${{inputs.generated}}" ] && A="$A --generated"
[ true = "${{inputs.demos}}" ] && A="$A --demos"
[ -z "$S" ] && S=`./pit/scripts/pit/run.sh $A --list=${{inputs.join}}`
S=`./pit/scripts/pit/run.sh $A --list=${{inputs.join}}`
M='{"include":['
for i in `echo $S`; do
J='{"app":"'$i'"'
Expand Down

0 comments on commit c78def2

Please sign in to comment.