We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f676fe0 commit 1d1871fCopy full SHA for 1d1871f
1 file changed
.github/workflows/issue-auto-implement.yml
@@ -39,3 +39,5 @@ jobs:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
github_allowed_trigger_min_permission: ${{ vars.AUTO_IMPLEMENT_ALLOWED_TRIGGER_MIN_PERMISSION }}
41
github_allowed_trigger_team: ${{ vars.AUTO_IMPLEMENT_ALLOWED_TRIGGER_TEAM }}
42
+ # Skip acceptance tests in verify (they need HOOKDECK_CLI_TESTING_API_KEY); unit tests use -short
43
+ verify_commands: go test -short ./...
0 commit comments