File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v2
22
22
- uses : coursier/cache-action@v6
23
23
24
- - name : compile for ${{ matrix.os }}
24
+ - name : test for ${{ matrix.os }}
25
25
run : |
26
- ./sbt compile
26
+ ./sbt test
27
27
28
28
- uses : graalvm/setup-graalvm@v1
29
29
if : ${{ startsWith(github.ref, 'refs/tags/') }}
62
62
file : target/graalvm-native-image/scala-interactive-update
63
63
asset_name : ${{ matrix.artifact-name }}
64
64
overwrite : true
65
- tag : ${{ github.ref }}
66
-
67
- - name : Update Homebrew Formula
68
- uses : izumin5210/action-homebrew-tap@releases/v0
69
- if : startsWith(github.ref, 'refs/tags)/')
70
- with :
71
- tap : kitlangton/homebrew-scala-interactive-update
72
- token : ${{ secrets.GITHUB_TOKEN }}
73
- tap-token : ${{ secrets.GITHUB_TOKEN }}
65
+ tag : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments