Skip to content

Commit 81912ee

Browse files
committed
fix ci
1 parent aae068e commit 81912ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
java: [ 8, 11, 17, 21 ]
35-
scala: [ .13.x, 3.x ]
35+
scala: [ 2.13.x, 3.x ]
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v3
@@ -45,7 +45,6 @@ jobs:
4545
java-version: ${{matrix.java}}
4646
- uses: sbt/setup-sbt@v1
4747
- name: Test
48-
working-directory: integration-test
4948
run: |
50-
sbt ++${{matrix.scala}} test
49+
sbt ++${{matrix.scala}} integration-test/test
5150
git diff --exit-code # check scalariform

0 commit comments

Comments
 (0)