We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78057a3 commit e97a0f0Copy full SHA for e97a0f0
.github/workflows/index_build_tests.yml
@@ -29,6 +29,10 @@ jobs:
29
with:
30
python-version: 3.11
31
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
+
36
- name: Run indexer tests
37
run: sudo env "PATH=$PATH" INDEX_BUILD_TESTS=1 python -m unittest index_build_test
38
working-directory: 'infra/base-images/base-builder/indexer'
0 commit comments