File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
- name : Check that workflows are up to date
57
57
run : sbt ++${{ matrix.scala }} githubWorkflowCheck
58
58
59
- - run : sbt ++${{ matrix.scala }} test website/fastLinkJS
59
+ - name : Build project
60
+ run : sbt ++${{ matrix.scala }} test
60
61
61
62
- name : Compress target directories
62
63
run : tar cf targets.tar target stringdiff/.jvm/target stringdiff/.js/target project/target
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ inThisBuild(
17
17
githubWorkflowTargetTags ++= Seq (" v*" ),
18
18
githubWorkflowPublishTargetBranches := Seq (RefPredicate .StartsWith (Ref .Tag (" v" ))),
19
19
githubWorkflowPublish := Seq (WorkflowStep .Sbt (List (" ci-release" ))),
20
- githubWorkflowBuild := Seq (WorkflowStep .Sbt (List (" test" , " website/fastLinkJS" ))),
21
20
githubWorkflowEnv ~= (_ ++ Map (
22
21
" PGP_PASSPHRASE" -> s " $$ {{ secrets.PGP_PASSPHRASE }} " ,
23
22
" PGP_SECRET" -> s " $$ {{ secrets.PGP_SECRET }} " ,
You can’t perform that action at this time.
0 commit comments