We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e932a75 + 842a2aa commit bb32a89Copy full SHA for bb32a89
.github/workflows/ci-xqts.yml
@@ -22,8 +22,9 @@ jobs:
22
env:
23
JAVA_OPTS: -XX:+UseG1GC -XX:+UseStringDeduplication
24
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
27
- name: Archive XQTS Logs
- if: always()
28
uses: actions/upload-artifact@v2
29
with:
30
name: xqts-logs
0 commit comments