Check in record key to pass tests (#2440)
This commit is contained in:
parent
3e503a7bb5
commit
85f457c7d2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
|
@ -2,7 +2,7 @@ name: Cypress
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
jobs:
|
||||
setup:
|
||||
|
@ -123,7 +123,7 @@ jobs:
|
|||
env:
|
||||
CYPRESS_BASE_URL: http://localhost:8080/admin/
|
||||
CYPRESS_KEYCLOAK_SERVER: http://localhost:8080
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
CYPRESS_RECORD_KEY: b8f1d15e-eab8-4ee7-8e44-c6d7cd8fc0eb
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Add Cypress videos artifacts
|
||||
|
|
Loading…
Reference in a new issue