Resolve knapsack-cypress's issue with forks (#20824)
This commit is contained in:
parent
b6fa936e36
commit
81aa7861b1
2 changed files with 2 additions and 1 deletions
2
.github/workflows/uffizzi-build.yml
vendored
2
.github/workflows/uffizzi-build.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
file: ./Dockerfile
|
||||
target: uffizzi
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-to: type=gha,mode=min
|
||||
|
||||
render-compose-file:
|
||||
name: Render Docker Compose File
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ if [ "$KNAPSACK_PRO_TEST_SUITE_TOKEN_CYPRESS" = "" ]; then
|
|||
KNAPSACK_PRO_ENDPOINT=https://api-disabled-for-fork.knapsackpro.com \
|
||||
KNAPSACK_PRO_MAX_REQUEST_RETRIES=0 \
|
||||
KNAPSACK_PRO_TEST_SUITE_TOKEN_CYPRESS=disabled-for-fork \
|
||||
KNAPSACK_PRO_CI_NODE_RETRY_COUNT=0 \
|
||||
E2E=true bin/rails cypress:run
|
||||
else
|
||||
E2E=true bin/rails cypress:run
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue