Skip to content

Commit a723316

Browse files
committed
Regenerate workflow with sbt-github-actions
1 parent 0abce46 commit a723316

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Setup Java and Scala
35-
uses: olafurpg/setup-scala@v12
35+
uses: olafurpg/setup-scala@v13
3636
with:
3737
java-version: ${{ matrix.java }}
3838

@@ -49,11 +49,11 @@ 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 --client '++${{ matrix.scala }}; githubWorkflowCheck'
52+
run: sbt ++${{ matrix.scala }} githubWorkflowCheck
5353

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

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

59-
- run: pushd target/sbt-test/scala3-template/scripted && sbt run test && popd
59+
- run: pushd target/sbt-test/scala3-template/scripted && sbt run test && popd

.github/workflows/clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
printf "Deleting '%s' #%d, %'d bytes\n" $name ${ARTCOUNT[$name]} $size
5757
ghapi -X DELETE $REPO/actions/artifacts/$id
5858
done
59-
done
59+
done

0 commit comments

Comments
 (0)