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
Is your feature request related to a problem? Please describe.
Currently we have tests that take 10+ minutes to run because we don't cache anything. Implementing this new action will allow us to handle caching, running docker-compose & any other steps we need in order to successfully run tests extremely fast (mainly build slowing this down).
Describe the solution you'd like
new open-source action to run swift tests
swift version is configurable but defaults to latest
allow to set the base directory of where you would like to run the tests
allows you to run setup commands (like docker-compose)
comes pre-installed with docker compose to make running actions faster
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently we have tests that take 10+ minutes to run because we don't cache anything. Implementing this new action will allow us to handle caching, running docker-compose & any other steps we need in order to successfully run tests extremely fast (mainly build slowing this down).
Describe the solution you'd like
open-source
action to run swift testsThe text was updated successfully, but these errors were encountered: