Skip to content

Commit

Permalink
chore: Update test.yml to handle changes in client/apps/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Sep 11, 2024
1 parent dc5fc79 commit 735a5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- name: Check Changed Files
run: |
if git diff --no-index --name-only ${{ github.base_ref }}...${{ github.head_ref }} | grep -q "^client/apps/*"; then
echo "Files in client/apps/ have changed2"
if git diff --no-index --name-only ${{ github.base_ref }}...${{ github.head_ref }} | grep -q "^client/apps/"; then
echo "Files in client/apps/ have changed"
else
echo "No files in client/apps/ have changed"
fi

0 comments on commit 735a5ee

Please sign in to comment.