feat/ci-improvement #4
@@ -72,14 +72,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload pytest results
|
- name: Upload pytest results
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: e2e-pytest-results
|
name: e2e-pytest-results
|
||||||
path: artifacts/pytest/
|
path: artifacts/pytest/
|
||||||
|
|
||||||
- name: Upload Playwright artifacts
|
- name: Upload Playwright artifacts
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: playwright-artifacts
|
name: playwright-artifacts
|
||||||
path: playwright-report
|
path: playwright-report
|
||||||
|
|||||||
Reference in New Issue
Block a user