Skip to content

Commit 1d1871f

Browse files
authored
ci(issue-auto-implement): use go test -short in verify to skip acceptance tests (#246)
Made-with: Cursor
1 parent f676fe0 commit 1d1871f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/issue-auto-implement.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ jobs:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
github_allowed_trigger_min_permission: ${{ vars.AUTO_IMPLEMENT_ALLOWED_TRIGGER_MIN_PERMISSION }}
4141
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

Comments
 (0)