screenshots fix

This commit is contained in:
SPRINX0\prochazka
2025-01-28 09:47:40 +01:00
parent b6f76c5194
commit 2fc926861f
2 changed files with 13 additions and 4 deletions

View File

@@ -54,11 +54,15 @@ jobs:
cd ../dbgate-merged
cd e2e-tests
yarn test:ci
- name: Copy screenshots
run: |
mkdir screenshots
cp ../dbgate-merged/e2e-tests/cypress/screenshots/*.png screenshots/
- name: Upload E2E screenshots
uses: actions/upload-artifact@v4
with:
name: e2e-screenshots
path: ../dbgate-merged/e2e-tests/cypress/screenshots
name: screenshots
path: screenshots
services:
postgres-cypress:
image: postgres