Skip to content

Add quickstart workflow for e2e testing#43

Open
leighmcculloch wants to merge 5 commits intomainfrom
quickstart
Open

Add quickstart workflow for e2e testing#43
leighmcculloch wants to merge 5 commits intomainfrom
quickstart

Conversation

@leighmcculloch
Copy link
Member

What

Add a GitHub Actions workflow to build quickstart images with the PR's friendbot changes. The workflow builds four image variants (latest, testing, nightly, nightly-next) using the stellar/quickstart reusable workflow, each inheriting from their respective base image and incorporating the PR's friendbot code.

Why

Enable integration testing of friendbot changes against quickstart images before merging, catching compatibility issues earlier in the development cycle.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new GitHub Actions workflow to enable end-to-end testing of friendbot changes before merging. The workflow builds quickstart container images that incorporate the PR's friendbot code changes, allowing integration testing against multiple Stellar network configurations.

Changes:

  • Adds .github/workflows/quickstart.yml workflow that triggers on pull requests
  • Configures building of four quickstart image variants (latest, testing, nightly, nightly-next) with PR changes
  • Uses concurrency controls to prevent duplicate workflow runs for the same PR

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@leighmcculloch leighmcculloch marked this pull request as ready for review January 30, 2026 10:29
@leighmcculloch leighmcculloch enabled auto-merge (squash) January 30, 2026 11:12
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.

2 participants