We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b02bb commit c39a569Copy full SHA for c39a569
.github/workflows/_run-docker-compose.yml
@@ -91,7 +91,7 @@ jobs:
91
92
compose-test:
93
needs: [get-test-case]
94
- if: ${{ fromJSON(needs.get-test-case.outputs.test_cases).length != 0 || needs.get-test-case.outputs.test_cases != '' }}
+ if: ${{ needs.get-test-case.outputs.test_cases != '' }}
95
strategy:
96
matrix:
97
test_case: ${{ fromJSON(needs.get-test-case.outputs.test_cases) }}
@@ -127,6 +127,7 @@ jobs:
127
shell: bash
128
env:
129
HUGGINGFACEHUB_API_TOKEN: ${{ secrets.HUGGINGFACEHUB_API_TOKEN }}
130
+ HF_TOKEN: ${{ secrets.HUGGINGFACEHUB_API_TOKEN }}
131
GOOGLE_CSE_ID: ${{ secrets.GOOGLE_CSE_ID }}
132
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
133
PINECONE_KEY: ${{ secrets.PINECONE_KEY }}
0 commit comments