Skip to content

Commit 391350c

Browse files
committed
use sbt test in github actions
1 parent c80904a commit 391350c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
- name: Check out repository code
88
uses: actions/checkout@v2
99
- name: SBT Build
10-
run: sbt compile
10+
run: sbt test
1111
shell: bash

0 commit comments

Comments
 (0)