1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-22 00:27:39 +02:00

add debug logging

This commit is contained in:
Patrik J. Braun
2023-09-20 21:40:29 +02:00
parent 768fb20397
commit 1bf1306237

View File

@@ -66,6 +66,8 @@ jobs:
CI: true CI: true
- name: E2E test - Cypress run - name: E2E test - Cypress run
uses: cypress-io/github-action@v6 uses: cypress-io/github-action@v6
env:
DEBUG: '@cypress/github-action'
with: with:
start: npm run start-e2e-server start: npm run start-e2e-server
# after the test run completes store screenshots # after the test run completes store screenshots