mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 10:10:17 +08:00
Add integration test for failed analyze step
This commit is contained in:
4
.github/workflows/debug-artifacts.yml
vendored
4
.github/workflows/debug-artifacts.yml
vendored
@@ -71,6 +71,10 @@ jobs:
|
||||
echo "Missing a database bundle for $language"
|
||||
exit 1
|
||||
fi
|
||||
if [[ ! -d "log" ]] ; then
|
||||
echo "Missing database initialization logs"
|
||||
exit 1
|
||||
fi
|
||||
if [[ ! -d "$language/log" ]] ; then
|
||||
echo "Missing logs for $language"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user