mirror of
https://github.com/e107inc/e107.git
synced 2025-03-13 08:59:44 +01:00
Remove colon from artifact name.
This commit is contained in:
parent
a8bb4632a9
commit
ba721496cd
3
.github/workflows/test-unit.yml
vendored
3
.github/workflows/test-unit.yml
vendored
@ -163,8 +163,9 @@ jobs:
|
||||
--input ./e107_tests/tests/_output/coverage/codeclimate.json
|
||||
continue-on-error: true
|
||||
|
||||
- name: Upload test output
|
||||
- name: Upload test output
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: tests_output_${{ github.run_id }}_${{ matrix.interpreter.image }}_${{ matrix.db.image }}
|
||||
name: tests_output_${{ github.run_id }}_${{ matrix.interpreter_image.replace(':', '_') }}_${{ matrix.database_image.replace(':', '_') }}
|
||||
path: ./e107_tests/tests/_output/
|
||||
|
Loading…
x
Reference in New Issue
Block a user