Skip to content

Commit a8c4d90

Browse files
committed
Remove nodejs spec from robot artifact name for now as it contains forbidden characters
1 parent 13b8251 commit a8c4d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,6 @@ jobs:
203203
- name: Publish browser test output
204204
uses: actions/upload-artifact@v2
205205
with:
206-
name: ${{ job.status }} Robot ${{ matrix.os }} Python ${{ matrix.python }} Node ${{ matrix.nodejs }} ${{ github.run_number }}
206+
name: ${{ job.status }} Robot ${{ matrix.os }} Python ${{ matrix.python }} ${{ github.run_number }}
207207
path: ./atest/output
208208
if: always()

0 commit comments

Comments
 (0)