File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -191,16 +191,18 @@ jobs:
191
191
192
192
- name : Run browser tests
193
193
run : python scripts/atest.py --exclude expect:fail
194
+
194
195
# - task: PublishTestResults@2
195
196
# name: publish browser test results
196
197
# inputs:
197
198
# testResultsFiles: atest/output/*.xunit.xml
198
199
# testRunTitle: 'Robot ${{ env.name }}${{ python.name }}'
199
200
# mergeTestResults: true
200
201
# 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()
You can’t perform that action at this time.
0 commit comments