Skip to content

Commit 0d1a798

Browse files
committed
update
1 parent 682464d commit 0d1a798

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sbt.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
path: ~/.sbt
3030
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}
3131
- name: Run tests
32-
run: sbt ^test ^scripted
32+
run: sbt ^test
33+
#run: sbt ^test ^scripted

0 commit comments

Comments
 (0)