Skip to content

Commit c70f3a2

Browse files
committed
nvm
1 parent bffe4e5 commit c70f3a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
cache: 'maven'
3333

3434
- name: Run unit tests
35-
run: mvn clean test -pl astra-db-java -am -Dtest='!**/*IT' -B -Dlogback.root.level=INFO
35+
run: mvn clean test -pl astra-db-java -am -Dtest='!**/*IT' -B

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
name: Run unit tests
1616
uses: ./.github/workflows/_unit-tests.yml
1717
with:
18-
java_versions: '"17","21","25"'
19-
# java_versions: ${{ github.event_name == 'merge_group' && '"17","21","25"' || '"17"' }}
18+
java_versions: '"17","21"'
19+
# java_versions: ${{ github.event_name == 'merge_group' && '"17","21"' || '"17"' }}
2020

2121
run-docs-compilation-tests:
2222
name: Run docs compilation tests

0 commit comments

Comments
 (0)