Skip to content

Commit 3e659f3

Browse files
committed
[CI] Update upload behat step
1 parent 1dcd85a commit 3e659f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ jobs:
216216
uses: actions/upload-artifact@v4
217217
if: failure()
218218
with:
219-
name: Behat logs
219+
name: "Behat logs - ${{ matrix.sylius }}-${{ github.run_id }}-${{ github.run_number }}"
220220
path: etc/build/
221221
if-no-files-found: ignore
222+
compression-level: 6
223+
overwrite: true

0 commit comments

Comments
 (0)