File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 2727 java-version : ' 11'
2828 distribution : ' temurin'
2929 cache : ' sbt'
30+ - uses : sbt/setup-sbt@v1
3031 - name : Run tests
31- run :
32- echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | tee /etc/apt/sources.list.d/sbt.list
33- echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | tee /etc/apt/sources.list.d/sbt_old.list
34- curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | tee /etc/apt/trusted.gpg.d/sbt.asc
35- apt-get update
36- apt-get install sbt
37- sbt test
32+ run : sbt test
3833 # Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
3934 - name : Upload dependency graph
4035 uses : scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91
You can’t perform that action at this time.
0 commit comments