Skip to content

Commit

Permalink
Try to detect a service
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov committed Oct 17, 2024
1 parent 5300d2e commit 3147e0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ jobs:
run: |
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
if [ -e "$file/infra/Pulumi.yaml" ]; then
echo "It is within a service"
fi
done
Empty file added statistics/t_service.txt
Empty file.

0 comments on commit 3147e0b

Please sign in to comment.