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 e590bfe commit 3af24f1
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
@@ -1,4 +1,4 @@
name: TEst
name: Test

on:
workflow_dispatch:
Expand All @@ -13,7 +13,7 @@ jobs:
steps:
- name: Check Changed Files
run: |
if git diff --name-only ${{ github.base_ref }}...${{ github.head_ref }} | grep -q "^/client/apps/"; then
if git diff --name-only ${{ github.base_ref }}...${{ github.head_ref }} | grep -q "^client/apps/*"; then
echo "Files in client/apps/ have changed2"
else
echo "No files in client/apps/ have changed"
Expand Down

0 comments on commit 3af24f1

Please sign in to comment.