File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1818 - name : Benches
1919 run : |
2020 export HCLOUD_TOKEN=${{ secrets.HCLOUD_TOKEN }}
21- export GCS_KEY=${{ secrets.GCS_KEY }}
22- export GCS_SECRET=${{ secrets.GCS_SECRET }}
2321 export POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
2422 export POSTGRES_HOST=${{ secrets.POSTGRES_HOST }}
2523 bash -x tools/setup_ci.sh
Original file line number Diff line number Diff line change @@ -23,11 +23,10 @@ jobs:
2323 - name : Benches
2424 run : |
2525 export HCLOUD_TOKEN=${{ secrets.HCLOUD_TOKEN }}
26- export GCS_KEY=${{ secrets.GCS_KEY }}
27- export GCS_SECRET=${{ secrets.GCS_SECRET }}
2826 export POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
2927 export POSTGRES_HOST=${{ secrets.POSTGRES_HOST }}
3028 export QDRANT_VERSION=${{ inputs.qdrant_version }}
3129 export DATASETS=${{ inputs.dataset }}
3230 export POSTGRES_TABLE=benchmark_manual
31+ bash -x tools/setup_ci.sh
3332 bash -x tools/run_ci.sh
You can’t perform that action at this time.
0 commit comments