Skip to content

Commit bb32a89

Browse files
authored
Merge pull request #4735 from line-o/ci/xqts-fail
CI: test xqts workflow
2 parents e932a75 + 842a2aa commit bb32a89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-xqts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
env:
2323
JAVA_OPTS: -XX:+UseG1GC -XX:+UseStringDeduplication
2424
run: find exist-xqts/target -name exist-xqts-runner.sh -exec {} --xqts-version HEAD --output-dir /tmp/xqts-output \;
25+
- name: Check XQTS Logs
26+
run: ls /tmp/xqts-output
2527
- name: Archive XQTS Logs
26-
if: always()
2728
uses: actions/upload-artifact@v2
2829
with:
2930
name: xqts-logs

0 commit comments

Comments
 (0)