Skip to content
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

Optimize Github action “Run E2E Test” #1

Open
sitepark-veltrup opened this issue May 10, 2024 · 0 comments
Open

Optimize Github action “Run E2E Test” #1

sitepark-veltrup opened this issue May 10, 2024 · 0 comments
Assignees

Comments

@sitepark-veltrup
Copy link
Member

The action is currently executed without the use of caches. This should be optimized.
Caches could be used for the following tasks:

  • The Docker containers are currently built each time the action is executed
  • During composer install, all dependencies are always downloaded again
  • The tools installed via phive are always downloaded again
@sitepark-veltrup sitepark-veltrup self-assigned this May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant