Skip to content

Commit

Permalink
Another
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov committed Oct 18, 2024
1 parent 67c8422 commit db1beeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
CHANGED_SERVICES=()
for file in ${ALL_CHANGED_FILES}; do
if [ -e "$file/infra/Pulumi.yaml" ]; then
CHANGED_SERVICES += ("$file")
CHANGED_SERVICES+=("$file")
fi
done
echo "${CHANGED_FILES[@]}"
echo "${CHANGED_SERVICES[@]}"

0 comments on commit db1beeb

Please sign in to comment.