Skip to content

Commit 765a592

Browse files
Add missing id tag
1 parent 530fcfc commit 765a592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: ${{ failure() && steps.tests.outcome == 'failed' }}
7676
uses: actions/[email protected]
7777
env:
78-
SELENIUM_ARTIFACTS: ${{ steps.run-suites.outputs.SELENIUM_ARTIFACTS }}
78+
SELENIUM_ARTIFACTS: ${{ steps.tests.outputs.SELENIUM_ARTIFACTS }}
7979
with:
8080
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
8181
path: |

0 commit comments

Comments
 (0)