You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2025. It is now read-only.
fix(ci): pass region parameter to setup-fly-test-env action
Resolves volume region mismatch causing deployment failures where fly.toml
configured one region but volume created in another.
The setup-fly-test-env action prepares fly.toml via prepare-fly-config.sh,
which needs the region parameter to configure the correct primary_region.
Previously, only deploy-fly-app received the region parameter, creating
volumes in a different region than fly.toml expected.
Fixed in 6 workflow files:
- api-compliance.yml
- dependency-chain-tests.yml
- extension-combinations.yml
- manifest-operations-tests.yml
- per-extension.yml
- protected-extensions-tests.yml
Fixes error: "New machine in group 'app' needs an unattached volume
named 'test_data' in region 'sjc'" when deploying to non-default regions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments