mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 17:36:00 +00:00
fix
This commit is contained in:
4
.github/workflows/run-tests-pro.yaml
vendored
4
.github/workflows/run-tests-pro.yaml
vendored
@@ -1,7 +1,7 @@
|
|||||||
# --------------------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------------------
|
||||||
# This file is generated. Do not edit manually
|
# This file is generated. Do not edit manually
|
||||||
# --------------------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------------------
|
||||||
name: Run tests with screesnhots PREMIUM
|
name: Run tests with screenshots PREMIUM
|
||||||
'on':
|
'on':
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
cd e2e-tests
|
cd e2e-tests
|
||||||
yarn test:ci
|
yarn test:ci
|
||||||
- name: Upload E2E screenshots
|
- name: Upload E2E screenshots
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: e2e-screenshots
|
name: e2e-screenshots
|
||||||
path: ../dbgate-merged/e2e-tests/cypress/screenshots
|
path: ../dbgate-merged/e2e-tests/cypress/screenshots
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Run tests with screesnhots PREMIUM
|
name: Run tests with screenshots PREMIUM
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
yarn test:ci
|
yarn test:ci
|
||||||
|
|
||||||
- name: Upload E2E screenshots
|
- name: Upload E2E screenshots
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: e2e-screenshots
|
name: e2e-screenshots
|
||||||
path: ../dbgate-merged/e2e-tests/cypress/screenshots
|
path: ../dbgate-merged/e2e-tests/cypress/screenshots
|
||||||
|
|||||||
Reference in New Issue
Block a user