File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ name: Continuous Integration
9
9
10
10
on :
11
11
pull_request :
12
- branches : ['*']
12
+ branches : ['** ']
13
13
push :
14
- branches : ['*']
14
+ branches : ['** ']
15
15
16
16
env :
17
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -49,10 +49,10 @@ jobs:
49
49
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
50
50
51
51
- name : Check that workflows are up to date
52
- run : sbt ++${{ matrix.scala }} githubWorkflowCheck
52
+ run : sbt --client ' ++${{ matrix.scala }}; githubWorkflowCheck'
53
53
54
54
- name : Build project
55
- run : sbt ++${{ matrix.scala }} test
55
+ run : sbt --client ' ++${{ matrix.scala }}; test'
56
56
57
57
- run : ' sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test'
58
58
You can’t perform that action at this time.
0 commit comments