bug: continue to debug manual cross-platform test (#9254)
This commit is contained in:
parent
1314002f43
commit
cb4332dc43
1 changed files with 5 additions and 3 deletions
8
.github/workflows/cross-platform-test.yml
vendored
8
.github/workflows/cross-platform-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue