This is an automated email from the ASF dual-hosted git repository.
sunnianjun 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 39e3593aa21 Fixing ExternalSQLParserIT not reporting correctly.
(#27473)
39e3593aa21 is described below
commit 39e3593aa21bbb4da5423f47762e38a12d82ae6f
Author: Cong Hu <[email protected]>
AuthorDate: Wed Jul 26 14:30:19 2023 +0800
Fixing ExternalSQLParserIT not reporting correctly. (#27473)
---
.github/workflows/nightly-sql-parser.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/nightly-sql-parser.yml
b/.github/workflows/nightly-sql-parser.yml
index 9caf536708a..300371991d8 100644
--- a/.github/workflows/nightly-sql-parser.yml
+++ b/.github/workflows/nightly-sql-parser.yml
@@ -56,6 +56,7 @@ jobs:
- name: Build Project with Maven
run: ./mvnw -T1C -B -ntp clean install
- name: Run SQL Parser
+ continue-on-error: true
run: ./mvnw -nsu -B install -f parser/sql/dialect/${{ matrix.database
}}/pom.xml -Dsql.parser.external.it.enabled=true
- uses: actions/upload-artifact@v3
with: