mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30: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:
|
||||
runs-on: ubuntu-latest
|
||||
needs: selenium-matrix-tests
|
||||
needs: Selenium-ui-test
|
||||
if: always()
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue