We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530fcfc commit 765a592Copy full SHA for 765a592
.github/workflows/test-management-ui.yaml
@@ -75,7 +75,7 @@ jobs:
75
if: ${{ failure() && steps.tests.outcome == 'failed' }}
76
uses: actions/[email protected]
77
env:
78
- SELENIUM_ARTIFACTS: ${{ steps.run-suites.outputs.SELENIUM_ARTIFACTS }}
+ SELENIUM_ARTIFACTS: ${{ steps.tests.outputs.SELENIUM_ARTIFACTS }}
79
with:
80
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
81
path: |
0 commit comments