Commit c8465a5
Fix non-supported character in log file name
Running jobs in tarantool-ci fails at the action/upload-artifact runtime
if there are broken tests. The reason for the problem is that the path
of the test artifacts file contains the `:` character when test has been
parametrized.
Its non-supported character in the upload action. The action doesn't
allow the following characters in artifact path: ",:,<,>,|,*,?. [1]
To fix the problem, the `:` character has been replaced with `.`.
[1] https://github.com/actions/toolkit/blob/master/packages/artifact/docs/additional-information.md#non-supported-characters
Fixes tarantool/tarantool-qa#901 parent 31f0ced commit c8465a5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments