mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 06:40:19 +00:00
Fix test for toolcache
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user