Check in record key to pass tests (#2440)

This commit is contained in:
Jon Koops 2022-04-11 19:22:48 +02:00 committed by GitHub
parent 3e503a7bb5
commit 85f457c7d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: Cypress
on: on:
push: push:
branches: [main] branches: [main]
pull_request_target: pull_request:
branches: [main] branches: [main]
jobs: jobs:
setup: setup:
@ -123,7 +123,7 @@ jobs:
env: env:
CYPRESS_BASE_URL: http://localhost:8080/admin/ CYPRESS_BASE_URL: http://localhost:8080/admin/
CYPRESS_KEYCLOAK_SERVER: http://localhost:8080 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 }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Add Cypress videos artifacts - name: Add Cypress videos artifacts