File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,8 @@ jobs:
222
222
~/Library/Caches/Coursier/v1
223
223
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
224
224
225
+ - run : npm install
226
+
225
227
- run : ' sbt '' ++${{ matrix.scala }}'' '' set Global / useJSEnv := JSEnv.JSDOM'' coverage test coverageAggregate'
226
228
227
229
- run : ' bash <(curl -s https://codecov.io/bash)'
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ ThisBuild / githubWorkflowAddedJobs +=
30
30
++ WorkflowStep .SetupJava (githubWorkflowJavaVersions.value.toList)
31
31
++ githubWorkflowGeneratedCacheSteps.value
32
32
++ List (
33
+ WorkflowStep .Run (List (" npm install" )),
33
34
WorkflowStep .Sbt (
34
35
List (
35
36
" set Global / useJSEnv := JSEnv.JSDOM" ,
You can’t perform that action at this time.
0 commit comments