From cb4332dc43ce0e2943e565104bbf520178ec3175 Mon Sep 17 00:00:00 2001 From: Eric Pinzur <2641606+epinzur@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:37:17 +0200 Subject: [PATCH] bug: continue to debug manual cross-platform test (#9254) --- .github/workflows/cross-platform-test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cross-platform-test.yml b/.github/workflows/cross-platform-test.yml index 72ff6276a..eacb0806c 100644 --- a/.github/workflows/cross-platform-test.yml +++ b/.github/workflows/cross-platform-test.yml @@ -151,9 +151,11 @@ jobs: uses: ./.github/workflows/cross-platform-test-shared.yml with: install-method: "wheel" - test-timeout: ${{ needs.resolve-parameters.outputs.test-timeout }} - base-artifact-name: ${{ needs.resolve-parameters.outputs.base-artifact-name }} - main-artifact-name: ${{ needs.resolve-parameters.outputs.main-artifact-name }} + test-timeout: 5 + langflow-version: "" + base-artifact-name: "adhoc-dist-base" + main-artifact-name: "adhoc-dist-main" + run-id: "" test-summary: name: Cross-Platform Test Summary