fix artifact upload
This commit is contained in:
parent
b1c7e01008
commit
6db6dd7e4d
4
.github/workflows/end_to_end_tests.yml
vendored
4
.github/workflows/end_to_end_tests.yml
vendored
@ -25,6 +25,8 @@ jobs:
|
||||
run: cp .env.template .env
|
||||
- name: Start WorkAdventure
|
||||
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
|
||||
run: npm run test-prod-like
|
||||
working-directory: tests
|
||||
@ -32,5 +34,5 @@ jobs:
|
||||
if: always()
|
||||
with:
|
||||
name: playwright-report
|
||||
path: playwright-report/
|
||||
path: tests/playwright-report/
|
||||
retention-days: 30
|
||||
|
Loading…
Reference in New Issue
Block a user