mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Remove debug test discovery and listing of Allure results from CI workflow
This commit is contained in:
parent
e39b4ef80d
commit
e551f34d92
1 changed files with 0 additions and 10 deletions
10
.github/workflows/e2e-testing.yml
vendored
10
.github/workflows/e2e-testing.yml
vendored
|
|
@ -276,10 +276,6 @@ jobs:
|
|||
# Final verification
|
||||
curl -I "$WEKAN_URL" || exit 1
|
||||
|
||||
- name: Debug test discovery
|
||||
run: |
|
||||
pytest --collect-only tests/
|
||||
|
||||
- name: Run Selenium tests
|
||||
env:
|
||||
HEADLESS: true
|
||||
|
|
@ -305,12 +301,6 @@ jobs:
|
|||
EOF
|
||||
pytest --alluredir=allure-results tests/
|
||||
|
||||
- name: List Allure Results
|
||||
run: |
|
||||
echo "Allure results for $ALLURE_SUITE"
|
||||
ls -lh allure-results
|
||||
cat allure-results/environment.properties || true
|
||||
|
||||
- name: Upload Allure results as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always() # Upload even if tests fail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue