Modernise & deploy #1
1 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Playwright report
|
- name: Upload Playwright report
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: playwright-report
|
name: playwright-report
|
||||||
path: frontend/playwright-report
|
path: frontend/playwright-report
|
||||||
|
|
@ -174,7 +174,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload visual screenshots
|
- name: Upload visual screenshots
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: playwright-visuals
|
name: playwright-visuals
|
||||||
path: frontend/visuals
|
path: frontend/visuals
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue