mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Rename Selenium-ui-test job to Selenium-ui-tests for consistency in workflow
This commit is contained in:
parent
6668d890e2
commit
59eeddfd34
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-testing.yml
vendored
4
.github/workflows/e2e-testing.yml
vendored
|
|
@ -198,7 +198,7 @@ jobs:
|
|||
run: |
|
||||
pytest --maxfail=5 --disable-warnings -v
|
||||
|
||||
Selenium-ui-test:
|
||||
Selenium-ui-tests:
|
||||
needs: deploy
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
@ -281,7 +281,7 @@ jobs:
|
|||
|
||||
allure-report:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Selenium-ui-test
|
||||
needs: Selenium-ui-tests
|
||||
if: always()
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue