This commit is contained in:
SPRINX0\prochazka
2025-01-27 14:42:12 +01:00
parent 2b5858f81a
commit 35362fbc9b
2 changed files with 4 additions and 4 deletions

View File

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

View File

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