We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a918c commit ab767c0Copy full SHA for ab767c0
.github/workflows/ci.yml
@@ -2,20 +2,20 @@ name: test
2
on:
3
push:
4
branches:
5
- - main
+ - 2.13.x
6
pull_request:
7
jobs:
8
test:
9
strategy:
10
fail-fast: false
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- uses: coursier/cache-action@v6
15
- - uses: actions/setup-java@v2
+ - uses: actions/setup-java@v3
16
with:
17
distribution: temurin
18
java-version: 8
19
- name: Test
20
# This runs the template with the default parameters, and runs test within the templated app.
21
- run: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test
+ run: sbt -Dfile.encoding=UTF8 test
0 commit comments