We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a92f0 commit 053e37bCopy full SHA for 053e37b
.github/workflows/danger-workflow-tests.yml
@@ -31,6 +31,7 @@ jobs:
31
32
# Validate that Danger ran successfully
33
$env:DANGER_OUTCOME | Should -Be "success"
34
+ "foo" | Should -Be "bar"
35
36
Write-Host "✅ Danger PR analysis completed successfully!"
37
Write-Host "ℹ️ Check the PR comments for any Danger findings"
0 commit comments