Skip to content

Commit c207e85

Browse files
Add missing changes
1 parent 2b6d14e commit c207e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-management-ui-for-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
with:
7272
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
7373
path: |
74-
${{ env.SELENIUM_ARTIFACTS }}/*
74+
$SELENIUM_ARTIFACTS/*

.github/workflows/test-management-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
with:
8080
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
8181
path: |
82-
/tmp/full-suite
82+
$SELENIUM_ARTIFACTS/*

0 commit comments

Comments
 (0)