mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
test without failure
This commit is contained in:
parent
b3ea024c9d
commit
6ac4d21224
2
.github/workflows/test-e2e.yml
vendored
2
.github/workflows/test-e2e.yml
vendored
@ -264,12 +264,10 @@ jobs:
|
||||
echo "🎉 All services are up."
|
||||
#starting fullstack cypress tests
|
||||
- name: Full stack tests | if tests failed, compile html report
|
||||
if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }}
|
||||
run: |
|
||||
cd cypress/
|
||||
node create-cucumber-html-report.js
|
||||
- name: Full stack tests | if tests failed, upload report
|
||||
if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: e2e-html-report-${{ matrix.job }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user