Skip to content

Commit e97a0f0

Browse files
committed
download indexer
1 parent 78057a3 commit e97a0f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/index_build_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
with:
3030
python-version: 3.11
3131

32+
- name: Get latest indexer binary.
33+
run: curl -O https://clusterfuzz-builds.storage.googleapis.com/oss-fuzz-artifacts/indexer
34+
working-directory: 'infra/base-images/base-builder/indexer'
35+
3236
- name: Run indexer tests
3337
run: sudo env "PATH=$PATH" INDEX_BUILD_TESTS=1 python -m unittest index_build_test
3438
working-directory: 'infra/base-images/base-builder/indexer'

0 commit comments

Comments
 (0)