We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a086e32 commit df3b4a7Copy full SHA for df3b4a7
1 file changed
.github/workflows/build-and-tests.yml
@@ -32,7 +32,7 @@ jobs:
32
run: deft build dylan-gsl-test-suite
33
34
- 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
+ run: _build/bin/dylan-gsl-test-suite --progress none --report surefire | sed -n '/</,$p' > _build/TEST-dylan-gsl-test-suite.xml
36
37
- name: Publish Test Report
38
if: success() || failure()
0 commit comments