We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffe4e5 commit c70f3a2Copy full SHA for c70f3a2
2 files changed
.github/workflows/_unit-tests.yml
@@ -32,4 +32,4 @@ jobs:
32
cache: 'maven'
33
34
- name: Run unit tests
35
- run: mvn clean test -pl astra-db-java -am -Dtest='!**/*IT' -B -Dlogback.root.level=INFO
+ run: mvn clean test -pl astra-db-java -am -Dtest='!**/*IT' -B
.github/workflows/tests.yml
@@ -15,8 +15,8 @@ jobs:
15
name: Run unit tests
16
uses: ./.github/workflows/_unit-tests.yml
17
with:
18
- java_versions: '"17","21","25"'
19
-# java_versions: ${{ github.event_name == 'merge_group' && '"17","21","25"' || '"17"' }}
+ java_versions: '"17","21"'
+# java_versions: ${{ github.event_name == 'merge_group' && '"17","21"' || '"17"' }}
20
21
run-docs-compilation-tests:
22
name: Run docs compilation tests
0 commit comments