mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
Add debug
This commit is contained in:
parent
f27e07ab88
commit
8d5bb7fe25
3
.github/workflows/e2e.frontend.yaml
vendored
3
.github/workflows/e2e.frontend.yaml
vendored
@ -21,6 +21,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Run Cypress
|
||||
uses: cypress-io/github-action@v6
|
||||
env:
|
||||
# DEBUG: '@cypress/github-action'
|
||||
DEBUG: 'cypress:*'
|
||||
with:
|
||||
working-directory: frontend
|
||||
env: AUTH_USER=admin,AUTH_PASSWORD=unleash4all
|
||||
|
Loading…
Reference in New Issue
Block a user