Skip to content

ci: add integration test workflow for live API testing#73

Open
tamtom wants to merge 1 commit intomainfrom
feat/31-integration
Open

ci: add integration test workflow for live API testing#73
tamtom wants to merge 1 commit intomainfrom
feat/31-integration

Conversation

@tamtom
Copy link
Owner

@tamtom tamtom commented Feb 15, 2026

Summary

  • Add .github/workflows/integration.yml for running live API integration tests
  • Scheduled weekly on Mondays at 6am UTC, with manual workflow_dispatch trigger
  • Fork-friendly: checks for secret availability before running, skips gracefully if missing
  • Supports package name override via workflow dispatch input

Test plan

  • Verify YAML is valid and workflow appears in Actions tab
  • Trigger manually via workflow_dispatch to confirm it runs
  • Confirm it skips gracefully when secrets are not configured (fork scenario)

Closes #31

🤖 Generated with Claude Code

Add .github/workflows/integration.yml that runs integration tests
weekly on Mondays at 6am UTC and supports manual dispatch via
workflow_dispatch. Fork-friendly with secret availability checking.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add integration.yml workflow for live API tests

1 participant