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 67fe19e commit 066a666Copy full SHA for 066a666
1 file changed
.github/workflows/build.yml
@@ -1388,6 +1388,21 @@ jobs:
1388
if: always()
1389
run: |
1390
cat ./test/robot/reports/output.xml
1391
+
1392
+ - name: Upload Robot Reports Artifact
1393
+ uses: actions/upload-artifact@v4.3.1
1394
+ if: always() && github.repository == 'stackql/stackql-devel'
1395
+ with:
1396
+ name: stackql_darwin_amd64_robot_reports
1397
+ path: test/robot/reports
1398
1399
1400
+ - name: Upload Robot Tmp Artifact
1401
1402
1403
1404
+ name: stackql_darwin_amd64_robot_tmp
1405
+ path: test/robot/functional/tmp
1406
1407
- name: Run robot integration tests
1408
if: env.AZURE_CLIENT_SECRET != '' && startsWith(env.STATE_SOURCE_TAG, 'build-release')
0 commit comments