We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682464d commit 0d1a798Copy full SHA for 0d1a798
.github/workflows/sbt.yml
@@ -29,4 +29,5 @@ jobs:
29
path: ~/.sbt
30
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}
31
- name: Run tests
32
- run: sbt ^test ^scripted
+ run: sbt ^test
33
+ #run: sbt ^test ^scripted
0 commit comments