File tree Expand file tree Collapse file tree
example/src/test/scala/example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 shell : bash
1818 env :
1919 SBT_RUNNER_VERSION : ${{ inputs.sbt-runner-version }}
20- SBT_CACHE_KEY_VERSION : 1.1.6
20+ SBT_CACHE_KEY_VERSION : 1.1.25
2121 run : |
2222 if [[ "$RUNNER_OS" == "Windows" ]]; then
2323 echo "sbt_toolpath=$RUNNER_TOOL_CACHE\\sbt\\$SBT_RUNNER_VERSION" >> "$GITHUB_OUTPUT"
6060 with :
6161 path : ${{ steps.cache-paths.outputs.sbt_diskcache }}
6262 key : ${{ steps.cache-paths.outputs.sbt_diskcachekey }}-${{ hashFiles('**/*.scala', '**/*.sbt', '**/*.properties') }}
63+ restore-keys : ${{ steps.cache-paths.outputs.sbt_diskcachekey }}
6364 - name : " Download and Install sbt"
6465 shell : bash
6566 env :
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package example
22
33import munit .*
44
5+ //
56class ATest extends FunSuite :
67 test(" sum" ):
78 assert(1 + 1 == 2 )
You can’t perform that action at this time.
0 commit comments