mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Remove colon from artifact name.
This commit is contained in:
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
|
--input ./e107_tests/tests/_output/coverage/codeclimate.json
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
|
- name: Upload test output
|
||||||
- name: Upload test output
|
- name: Upload test output
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
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/
|
path: ./e107_tests/tests/_output/
|
||||||
|
Reference in New Issue
Block a user