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 13b8251 commit a8c4d90Copy full SHA for a8c4d90
.github/workflows/job.test.yml
@@ -203,6 +203,6 @@ jobs:
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 }}
+ name: ${{ job.status }} Robot ${{ matrix.os }} Python ${{ matrix.python }} ${{ github.run_number }}
207
path: ./atest/output
208
if: always()
0 commit comments