Skip to content

Commit df3b4a7

Browse files
committed
fix(ci)
1 parent a086e32 commit df3b4a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: deft build dylan-gsl-test-suite
3333

3434
- name: Run tests
35-
run: _build/bin/dylan-gsl-test-suite --progress none --report surefire 2> /dev/null > _build/TEST-dylan-gsl-test-suite.xml
35+
run: _build/bin/dylan-gsl-test-suite --progress none --report surefire | sed -n '/</,$p' > _build/TEST-dylan-gsl-test-suite.xml
3636

3737
- name: Publish Test Report
3838
if: success() || failure()

0 commit comments

Comments
 (0)