Skip to content

Commit a7c6366

Browse files
authored
Merge pull request #12 from yokra9/yokra9-patch-1
sbt assembly で失敗するかどうかをGitHub Actionsで検知する
2 parents 40a1073 + ccfcb3f commit a7c6366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
cache: 'sbt'
2525

2626
- name: Run tests and create coverage report
27-
run: sbt clean coverage test coverageReport
27+
run: sbt clean coverage test assembly coverageReport
2828

2929
- name: Upload coverage report
3030
uses: actions/upload-artifact@v3
3131
with:
3232
name: scoverage-report
33-
path: target/scala-2.13/scoverage-report/
33+
path: target/scala-2.13/scoverage-report/

0 commit comments

Comments
 (0)