fix artifact upload
This commit is contained in:
@@ -25,6 +25,8 @@ jobs:
|
|||||||
run: cp .env.template .env
|
run: cp .env.template .env
|
||||||
- name: Start WorkAdventure
|
- name: Start WorkAdventure
|
||||||
run: docker-compose -f docker-compose.yaml -f docker-compose.e2e.yml up -d --build
|
run: docker-compose -f docker-compose.yaml -f docker-compose.e2e.yml up -d --build
|
||||||
|
- name: Wait for environment to Start
|
||||||
|
run: sleep 60
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
run: npm run test-prod-like
|
run: npm run test-prod-like
|
||||||
working-directory: tests
|
working-directory: tests
|
||||||
@@ -32,5 +34,5 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: playwright-report
|
name: playwright-report
|
||||||
path: playwright-report/
|
path: tests/playwright-report/
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user