This is an automated email from the ASF dual-hosted git repository. casion pushed a commit to branch dev-fixaction in repository https://gitbox.apache.org/repos/asf/linkis.git
commit 69e3c08fd6ac34b85852740e789db8d2b0a8be5d Author: casionone <[email protected]> AuthorDate: Tue Nov 7 15:46:22 2023 +0800 fix Unable to validate cosign version: 'v2.0.0' --- .github/workflows/integration-test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ce0b8ceec..9b704afd3 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -110,11 +110,13 @@ jobs: ./mvnw install -Pdocker -Dmysql.connector.scope=compile -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Dlinkis.build.web=true -Dlinkis.build.ldh=true - name: Set up chart-testing - uses: ./.github/actions/chart-testing-action +# uses: ./.github/actions/chart-testing-action + uses: helm/[email protected] - name: Create Kind cluster - uses: ./.github/actions/kind-action +# uses: ./.github/actions/kind-action + uses: helm/[email protected] with: config: ${{ env.KIND_CONFIG_PATH }} node_image: ${{ matrix.kubernetes-version }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
