File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 14
14
required : true
15
15
type : string
16
16
default : " ['3.10', '3.11', '3.12']"
17
+ ref :
18
+ description : " (Optional) ref to checkout"
19
+ required : false
20
+ type : string
17
21
18
22
env :
19
23
POETRY_VERSION : " 1.8.2"
Original file line number Diff line number Diff line change 67
67
uses : ./.github/workflows/typescript_test.yml
68
68
with :
69
69
tests_folder : " tests/end-to-end"
70
- ref : ${{ needs.create-nightly-tag.outputs.TAG }} # TODO: DD this to typescript
70
+ ref : ${{ needs.create-nightly-tag.outputs.TAG }}
71
71
secrets :
72
72
OPENAI_API_KEY : " ${{ secrets.OPENAI_API_KEY }}"
73
73
STORE_API_KEY : " ${{ secrets.STORE_API_KEY }}"
@@ -78,16 +78,15 @@ jobs:
78
78
uses : ./.github/workflows/python_test.yml
79
79
with :
80
80
python-versions : ' ["3.10", "3.11", "3.12"]'
81
- ref : ${{ needs.create-nightly-tag.outputs.TAG }} # TODO: DD this to typescript
81
+ ref : ${{ needs.create-nightly-tag.outputs.TAG }}
82
82
83
83
backend-integration-tests :
84
84
name : Run Backend Integration Tests
85
85
needs : create-nightly-tag
86
86
uses : ./.github/workflows/integration_tests.yml
87
87
with :
88
88
python-versions : ' ["3.10", "3.11", "3.12"]'
89
- ref : ${{ needs.create-nightly-tag.outputs.TAG }} # TODO: DD this to typescript
90
-
89
+ ref : ${{ needs.create-nightly-tag.outputs.TAG }}
91
90
92
91
# release-nightly-build:
93
92
# name: Run Nightly Langflow Build
You can’t perform that action at this time.
0 commit comments