good first issue
Metriche repository
- Star
- (5 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
In our GitHub actions workflow, there is a binary Ubuntu dependency installed (espeak) which is necessary to run the tests.
Right now, this is always installed in the CI when new code is pushed, and that's a bit slow. Use actions/cache to cache this dependency so that it doesn't need to be installed each time.