Skip to content

Commit dbc0700

Browse files
committed
Regenerate workflow with sbt-github-actions
1 parent 00bfc12 commit dbc0700

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Continuous Integration
99

1010
on:
1111
pull_request:
12-
branches: ['*']
12+
branches: ['**']
1313
push:
14-
branches: ['*']
14+
branches: ['**']
1515

1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -49,10 +49,10 @@ jobs:
4949
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
5050

5151
- name: Check that workflows are up to date
52-
run: sbt ++${{ matrix.scala }} githubWorkflowCheck
52+
run: sbt --client '++${{ matrix.scala }}; githubWorkflowCheck'
5353

5454
- name: Build project
55-
run: sbt ++${{ matrix.scala }} test
55+
run: sbt --client '++${{ matrix.scala }}; test'
5656

5757
- run: 'sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test'
5858

0 commit comments

Comments
 (0)