mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 06:56:01 +00:00
chore: auto-update github workflows
This commit is contained in:
10
.github/workflows/e2e-pro.yaml
vendored
10
.github/workflows/e2e-pro.yaml
vendored
@@ -69,6 +69,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: screenshots
|
name: screenshots
|
||||||
path: screenshots
|
path: screenshots
|
||||||
|
- name: Push E2E screenshots
|
||||||
|
run: |
|
||||||
|
git config --global user.email "info@dbgate.info"
|
||||||
|
git config --global user.name "GitHub Actions"
|
||||||
|
git clone https://${{ secrets.DIFLOW_GIT_SECRET }}@github.com/dbgate/dbgate-img.git
|
||||||
|
cp ../dbgate-merged/e2e-tests/screenshots/*.png dbgate-img/static/img
|
||||||
|
cd dbgate-img/static/img
|
||||||
|
git add .
|
||||||
|
git commit -m "E2E screenshots"
|
||||||
|
git push
|
||||||
services:
|
services:
|
||||||
postgres-cypress:
|
postgres-cypress:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user