File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -139,12 +139,12 @@ jobs:
139
139
fail-fast : false
140
140
matrix :
141
141
package : [
142
- ' @sentry/ core' ,
143
- ' @sentry/ browser' ,
144
- ' @sentry/ node' ,
145
- ' @sentry/ svelte' ,
146
- ' @sentry/ sveltekit' ,
147
- ' @sentry/ utils'
142
+ ' core' ,
143
+ ' browser' ,
144
+ ' node' ,
145
+ ' svelte' ,
146
+ ' sveltekit' ,
147
+ ' utils'
148
148
]
149
149
steps :
150
150
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
@@ -175,22 +175,15 @@ jobs:
175
175
echo "SENTRY_MUT_SENTRY_TRACE=${{ needs.job_build.outputs.sentry_trace }}" >> $GITHUB_ENV
176
176
echo "SENTRY_MUT_BAGGAGE=${{ needs.job_build.outputs.baggage }}" >> $GITHUB_ENV
177
177
178
- - name : Test 2
179
- run : |
180
- ls -la node_modules/.bin
181
- ls -la packages/core/node_modules/.bin
182
- ls -la packages/svelte/node_modules/.bin
183
- ls -la packages/browser/node_modules/.bin
184
-
185
178
- name : Run mutation test
186
- run : yarn nx run ${{ matrix.package }}:test:mutation
179
+ run : yarn nx run @sentry/ ${{ matrix.package }}:test:mutation
187
180
env :
188
181
NODE_VERSION : ${{ matrix.node }}
189
182
190
183
- name : Upload Results
191
184
uses : actions/upload-artifact@v4
192
185
with :
193
- name : test-reports
186
+ name : test-reports ${{ matrix.package }}
194
187
path : |
195
188
${{ github.workspace }}/packages/**/mutation.json
196
189
${{ github.workspace }}/packages/**/mutation.html
You can’t perform that action at this time.
0 commit comments