Fix test for toolcache

This commit is contained in:
Marco Gario
2020-09-21 10:47:01 +02:00
parent 8547a7593c
commit 11e79a34aa
+1 -1
View File
@@ -167,7 +167,7 @@ jobs:
- name: Check ToolCache (language-specific bundle)
if: matrix.language != 'none'
shell: bash
run: test -n "$(find -maxdepth 1 -name "codeql-bundle-0.0.0-*.${OS}-${{matrix.language}} -print -quit)"
run: test -n "$(find -maxdepth 1 -name "codeql-bundle-0.0.0-*.${OS}-${{matrix.language}}" -print -quit)"
test-proxy:
runs-on: ubuntu-latest