We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
analyze
database finalize
1 parent 2fa207a commit 532ca54Copy full SHA for 532ca54
1 file changed
.github/workflows/debug-artifacts-failure.yml
@@ -50,9 +50,11 @@ jobs:
50
run: ./build.sh
51
- uses: ./../action/analyze
52
id: analysis
53
+ env:
54
+ # Forces a failure in this step.
55
+ CODEQL_ACTION_EXTRA_OPTIONS: '{ "database": { "finalize": ["--invalid-option"] } }'
56
with:
57
expect-error: true
- ram: 1
58
download-and-check-artifacts:
59
name: Download and check debug artifacts after failure in analyze
60
needs: upload-artifacts
0 commit comments