Skip to content

Commit c6045ef

Browse files
committed
chore(ci): Run all tests when integrations package changes
1 parent e943226 commit c6045ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- 'packages/tracing/**'
8282
- 'packages/utils/**'
8383
- 'packages/types/**'
84+
- 'packages/integrations/**'
8485
browser:
8586
- *shared
8687
- 'packages/browser/**'
@@ -97,14 +98,12 @@ jobs:
9798
- 'packages/nextjs/**'
9899
- 'packages/node/**'
99100
- 'packages/react/**'
100-
- 'packages/intergrations/**'
101101
- 'packages/browser/**'
102102
remix:
103103
- *shared
104104
- 'packages/remix/**'
105105
- 'packages/node/**'
106106
- 'packages/react/**'
107-
- 'packages/intergrations/**'
108107
- 'packages/browser/**'
109108
node:
110109
- *shared

0 commit comments

Comments
 (0)