Skip to content

Commit 26b45ba

Browse files
authored
exclude .stories.module.css from recommended integration test (#7195)
1 parent 9403294 commit 26b45ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recommend-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Get source files changes
2020
id: source-files
2121
run: |
22-
DIFF=$(git diff --name-only origin/main | grep 'packages/react' | grep -Ev '.stories.tsx|.docs.json' || true)
22+
DIFF=$(git diff --name-only origin/main | grep 'packages/react' | grep -Ev '.stories.tsx|.stories.module.css|.docs.json' || true)
2323
if [ -z "$DIFF" ]; then
2424
echo "diff=" >> $GITHUB_OUTPUT
2525
else

0 commit comments

Comments
 (0)