This is an automated email from the ASF dual-hosted git repository. albumenj pushed a commit to branch 1021_fast in repository https://gitbox.apache.org/repos/asf/dubbo.git
commit 03c5ba13e1eab9e47afc026467ab7c803ae35362 Author: Albumen Kevin <[email protected]> AuthorDate: Fri Oct 21 12:03:24 2022 +0800 fix actions --- .github/workflows/build-and-test-3.2.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-test-3.2.yml b/.github/workflows/build-and-test-3.2.yml index 772e702f7d..ac66dfe490 100644 --- a/.github/workflows/build-and-test-3.2.yml +++ b/.github/workflows/build-and-test-3.2.yml @@ -188,7 +188,6 @@ jobs: ${{ runner.os }}-maven- - name: "Test with Maven with Integration Tests" timeout-minutes: 70 - if: ${{ startsWith( matrix.os, 'ubuntu') }} run: bash unit-test.sh - name: "Upload coverage to Codecov" uses: codecov/codecov-action@v1
