diff --git a/.github/workflows/uffizzi-build.yml b/.github/workflows/uffizzi-build.yml index cedf3bcd4..23a2b28f4 100644 --- a/.github/workflows/uffizzi-build.yml +++ b/.github/workflows/uffizzi-build.yml @@ -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 diff --git a/bin/knapsack_pro_cypress b/bin/knapsack_pro_cypress index c6ec1ae50..5389409c6 100755 --- a/bin/knapsack_pro_cypress +++ b/bin/knapsack_pro_cypress @@ -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