fix artifact upload

This commit is contained in:
Lukas Hass 2022-02-18 15:19:05 +01:00
parent b1c7e01008
commit 6db6dd7e4d
No known key found for this signature in database
GPG Key ID: 7C8CEF72C4039178

View File

@ -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