Skip to content

Commit e3d54f8

Browse files
authored
Fix retrieving sequence file for hanging tests (#6397)
1 parent 8cf2fa6 commit e3d54f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
name: test-hang-dumps
313313
path: |
314314
**/*.dmp
315-
**/Sequence*.xml
315+
**/*_Sequence.xml
316316
317317
- name: Test Plugins
318318
if: "!startsWith(matrix.os, 'macos')"

0 commit comments

Comments
 (0)