File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 18
18
- name : Benches
19
19
run : |
20
20
export HCLOUD_TOKEN=${{ secrets.HCLOUD_TOKEN }}
21
- export GCS_KEY=${{ secrets.GCS_KEY }}
22
- export GCS_SECRET=${{ secrets.GCS_SECRET }}
23
21
export POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
24
22
export POSTGRES_HOST=${{ secrets.POSTGRES_HOST }}
25
23
bash -x tools/setup_ci.sh
Original file line number Diff line number Diff line change @@ -23,11 +23,10 @@ jobs:
23
23
- name : Benches
24
24
run : |
25
25
export HCLOUD_TOKEN=${{ secrets.HCLOUD_TOKEN }}
26
- export GCS_KEY=${{ secrets.GCS_KEY }}
27
- export GCS_SECRET=${{ secrets.GCS_SECRET }}
28
26
export POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
29
27
export POSTGRES_HOST=${{ secrets.POSTGRES_HOST }}
30
28
export QDRANT_VERSION=${{ inputs.qdrant_version }}
31
29
export DATASETS=${{ inputs.dataset }}
32
30
export POSTGRES_TABLE=benchmark_manual
31
+ bash -x tools/setup_ci.sh
33
32
bash -x tools/run_ci.sh
You can’t perform that action at this time.
0 commit comments