This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 038d9e3456e For code format of nightly-ci.yml (#36121)
038d9e3456e is described below
commit 038d9e3456ea1de8bbee1bb61cbb189773ac15e5
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Jul 30 16:10:11 2025 +0800
For code format of nightly-ci.yml (#36121)
---
.github/workflows/nightly-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml
index 146efa31b88..b8a5f0b8f4c 100644
--- a/.github/workflows/nightly-ci.yml
+++ b/.github/workflows/nightly-ci.yml
@@ -29,7 +29,7 @@ jobs:
global-environment:
name: Import Global Environment
uses: ./.github/workflows/required-reusable.yml
-
+
ci:
if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }}
name: CI - JDK ${{ matrix.java-version }} on ${{ matrix.os }}
@@ -99,7 +99,7 @@ jobs:
java-version: 8
- name: Run Tests with JDK 8
run: ./mvnw test -B -ntp -fae -T1C
-
+
ci-native-test:
if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }}
name: NativeTest CI - GraalVM CE on ${{ matrix.os }}