mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #6] [CLOSED] Workflow integration tests #220
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/6
Author: @cursor[bot]
Created: 1/20/2026
Status: ❌ Closed
Base:
feature/pagination-filters-integration-tests← Head:cursor/workflow-integration-tests-f5b9📝 Commits (1)
0fec8e8Fix integration tests workflow: add build tag and proper key file handling📊 Changes
1 file changed (+9 additions, -2 deletions)
View changed files
📝
.github/workflows/main-branch.yml(+9 -2)📄 Description
Fix integration tests in main branch workflow by adding build tag and correctly handling private key secret.
The
go testcommand was missing the-tags=integrationflag, which prevented any integration tests from executing. Additionally, theASC_PRIVATE_KEY_PATHenvironment variable was attempting to use a GitHub secret directly as a file path, which is not supported; the secret content now gets written to a temporary file first.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.