Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Onyshchuk committed Oct 27, 2023
1 parent 9ff9a5e commit fc0fe8d
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 @@ -42,7 +42,7 @@ jobs:
cache: sbt

- name: Compile and Run Tests
if: ! (matrix.scala == '2_13' && matrix.java == 21)
if: matrix.scala != '2_13' || matrix.java != 21
run: sbt test-$VERSION_SPEC

- name: Compile, Run Tests and Generate Code Coverage Reports (2.13 only)
Expand Down

0 comments on commit fc0fe8d

Please sign in to comment.