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
Starting with #119, the test suite should now be in a passing state. Moving forward, we want to ensure new releases past this test suite and are being constantly maintained by executing the tests in the Concourse pipeline.
We can likely use Galoy as a reference since we're using the same test runner and make commands.
The text was updated successfully, but these errors were encountered:
Bad news: Integration-tests appear to be more involved as the existing Galoy script (test-on-docker-host.sh) is configured to run on a remote GCP instance. Couple options I see:
To follow Galoy's approach, we'd need to configure a GCP instance and share credentials
To take our own approach, we could spin up an instance in DigitalOcean and change the scripts to run on it.
Either way, there's more complexity in running integration tests than originally expected.
Starting with #119, the test suite should now be in a passing state. Moving forward, we want to ensure new releases past this test suite and are being constantly maintained by executing the tests in the Concourse pipeline.
We can likely use Galoy as a reference since we're using the same test runner and make commands.
The text was updated successfully, but these errors were encountered: