Skip to content

Commit 066a666

Browse files
shim
1 parent 67fe19e commit 066a666

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,6 +1388,21 @@ jobs:
13881388
if: always()
13891389
run: |
13901390
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+
uses: actions/upload-artifact@v4.3.1
1402+
if: always() && github.repository == 'stackql/stackql-devel'
1403+
with:
1404+
name: stackql_darwin_amd64_robot_tmp
1405+
path: test/robot/functional/tmp
13911406

13921407
- name: Run robot integration tests
13931408
if: env.AZURE_CLIENT_SECRET != '' && startsWith(env.STATE_SOURCE_TAG, 'build-release')

0 commit comments

Comments
 (0)