mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Fix dependency in allure-report job to require Selenium-ui-test
This commit is contained in:
parent
44393f0081
commit
5a17536e0a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-testing.yml
vendored
2
.github/workflows/e2e-testing.yml
vendored
|
|
@ -281,7 +281,7 @@ jobs:
|
||||||
|
|
||||||
allure-report:
|
allure-report:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: selenium-matrix-tests
|
needs: Selenium-ui-test
|
||||||
if: always()
|
if: always()
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue