Skip to content

Implement Standardized swift-test action #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
AdonisCodes opened this issue Apr 13, 2025 · 0 comments · Fixed by #8
Closed

Implement Standardized swift-test action #5

AdonisCodes opened this issue Apr 13, 2025 · 0 comments · Fixed by #8
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@AdonisCodes
Copy link
Contributor

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
@AdonisCodes AdonisCodes added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 13, 2025
@AdonisCodes AdonisCodes self-assigned this Apr 13, 2025
@AdonisCodes AdonisCodes linked a pull request Apr 20, 2025 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant