-
Notifications
You must be signed in to change notification settings - Fork 1
MOIA-29747: Use GitHub Actions #52
Conversation
|
I am completely new to Github actions, so I have some questions just for my learning:
|
|
|
Hm, https://github.com/moia-dev/scala-http-client/pull/52/checks?check_run_id=713158573 says
and then
The keys are the same. What does the version mean? And how are we supposed (by GitHub) to find those warnings? 😄 |
Run sbt +test crosscompile Co-authored-by: Jannik Arndt <jannik.arndt@moia.io>
Run sbt +compile crosscompile Co-authored-by: Jannik Arndt <jannik.arndt@moia.io>
You need to know that there exists a new version 2 of the cache action which supports multiple paths which I intended to use but still used v1. Now caching works. Only thing that bothers me is that if the cache is outdated, all steps that run in parallel (compile, examples, formatting, scapegoat) download all the dependencies. Only way around is to make all of them depend on (need) compile step to finish. |
Migrates from CircleCI to Github Actions:
ubuntu-latestcontainer already includes latest sbt and Scala. No need to use our moia-CircleCI-image.For deployment:
.circleci. Push.