Skip to content

Commit

Permalink
fix typo in CI scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttie committed May 2, 2022
1 parent 08d4104 commit 52710ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Run tests
run: sbt "++ ${{ matrix.platform }} test"
run: sbt "++ ${{ matrix.scala }} test"

0 comments on commit 52710ad

Please sign in to comment.