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.
1 parent a51dd50 commit 4dba0aeCopy full SHA for 4dba0ae
.github/workflows/ci-xqts.yml
@@ -42,13 +42,6 @@ jobs:
42
name: exist-xqts-runner-hprof
43
retention-days: 1
44
path: /tmp/*.hprof.zst
45
- - name: Archive XQTS Logs
46
- if: always()
47
- uses: actions/upload-artifact@v7
48
- with:
49
- name: xqts-logs
50
- retention-days: 14
51
- path: /tmp/xqts-output
52
- name: Get List of Previous XQTS Logs
53
run: |
54
curl \
@@ -84,3 +77,10 @@ jobs:
84
77
xqts.current.junit-data-path=/tmp/xqts-output/junit/data
85
78
- name: Show Comparison Results
86
79
run: cat /tmp/comparison-results.xml
80
+ - name: Archive XQTS Logs
81
+ if: always()
82
+ uses: actions/upload-artifact@v7
83
+ with:
+ name: xqts-logs
+ retention-days: 14
+ path: /tmp/xqts-output
0 commit comments