mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 15:36:28 +00:00
screenshots fix
This commit is contained in:
8
.github/workflows/run-tests-pro.yaml
vendored
8
.github/workflows/run-tests-pro.yaml
vendored
@@ -54,11 +54,15 @@ jobs:
|
|||||||
cd ../dbgate-merged
|
cd ../dbgate-merged
|
||||||
cd e2e-tests
|
cd e2e-tests
|
||||||
yarn test:ci
|
yarn test:ci
|
||||||
|
- name: Copy screenshots
|
||||||
|
run: |
|
||||||
|
mkdir screenshots
|
||||||
|
cp ../dbgate-merged/e2e-tests/cypress/screenshots/*.png screenshots/
|
||||||
- name: Upload E2E screenshots
|
- name: Upload E2E screenshots
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: e2e-screenshots
|
name: screenshots
|
||||||
path: ../dbgate-merged/e2e-tests/cypress/screenshots
|
path: screenshots
|
||||||
services:
|
services:
|
||||||
postgres-cypress:
|
postgres-cypress:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
|||||||
@@ -45,11 +45,16 @@ jobs:
|
|||||||
cd e2e-tests
|
cd e2e-tests
|
||||||
yarn test:ci
|
yarn test:ci
|
||||||
|
|
||||||
|
- name: Copy screenshots
|
||||||
|
run: |
|
||||||
|
mkdir screenshots
|
||||||
|
cp ../dbgate-merged/e2e-tests/cypress/screenshots/*.png screenshots/
|
||||||
|
|
||||||
- name: Upload E2E screenshots
|
- name: Upload E2E screenshots
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: e2e-screenshots
|
name: screenshots
|
||||||
path: ../dbgate-merged/e2e-tests/cypress/screenshots
|
path: screenshots
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres-cypress:
|
postgres-cypress:
|
||||||
|
|||||||
Reference in New Issue
Block a user