From 352baaf649ea23b89e38a844d0f9e97c3a3b7eaa Mon Sep 17 00:00:00 2001 From: Chakru <161002324+chakru-r@users.noreply.github.com> Date: Thu, 6 Nov 2025 14:54:43 +0530 Subject: [PATCH] test --- .github/workflows/docker-unified.yml | 2 +- smoke-test/smoke.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-unified.yml b/.github/workflows/docker-unified.yml index e1b316c1ee0db..7f92ff62afd77 100644 --- a/.github/workflows/docker-unified.yml +++ b/.github/workflows/docker-unified.yml @@ -29,7 +29,7 @@ env: PROFILE_NAME: "${{ github.event.inputs.profileName || 'quickstart-consumers' }}" DOCKER_CACHE: "DEPOT" - DEPOT_PROJECT_ID: "${{ vars.DEPOT_PROJECT_ID }}" + DEPOT_PROJECT_ID: "s0gr1cr3jd" DEPOT_TOKEN: "${{ secrets.DEPOT_TOKEN }}" permissions: diff --git a/smoke-test/smoke.sh b/smoke-test/smoke.sh index e7c8a42a4a712..a1e9e3c1e0903 100755 --- a/smoke-test/smoke.sh +++ b/smoke-test/smoke.sh @@ -28,6 +28,8 @@ else uv pip install -r requirements.txt fi +echo "test" + (cd ..; ./gradlew :smoke-test:yarnInstall) source ./set-cypress-creds.sh