Skip to content

Commit 13b8251

Browse files
committed
Attempt to publish Robot artifacts
1 parent ef1a648 commit 13b8251

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/job.test.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,16 +191,18 @@ jobs:
191191

192192
- name: Run browser tests
193193
run: python scripts/atest.py --exclude expect:fail
194+
194195
#- task: PublishTestResults@2
195196
# name: publish browser test results
196197
# inputs:
197198
# testResultsFiles: atest/output/*.xunit.xml
198199
# testRunTitle: 'Robot ${{ env.name }}${{ python.name }}'
199200
# mergeTestResults: true
200201
# condition: always()
201-
#- task: PublishPipelineArtifact@0
202-
# name: publish browser test output
203-
# inputs:
204-
# targetPath: atest/output
205-
# artifactName: $(Agent.JobStatus) Robot ${{ env.name }}${{ python.name }} $(Build.BuildId)
206-
# condition: always()
202+
203+
- name: Publish browser test output
204+
uses: actions/upload-artifact@v2
205+
with:
206+
name: ${{ job.status }} Robot ${{ matrix.os }} Python ${{ matrix.python }} Node ${{ matrix.nodejs }} ${{ github.run_number }}
207+
path: ./atest/output
208+
if: always()

0 commit comments

Comments
 (0)