temporalio / docker-builds

Temporal service Docker images build
https://hub.docker.com/r/temporaliotest/auto-setup
MIT License
30 stars 59 forks source link

Run feature tests on changes #200

Closed tdeebswihart closed 6 months ago

tdeebswihart commented 6 months ago

What was changed

We now run our feature tests on PRs and commits to main.

Why?

While we run feature tests in the server repo we don't run them here, meaning image configuration changes can break the build in the server repo.

Let's catch that before it happens