Skip to content

Commit cf11634

Browse files
committed
111
1 parent 900a977 commit cf11634

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: |
4747
TEST_MODULES=$(./.github/workflows/stage.sh ${{ matrix.module }})
4848
echo "Start testing modules: $TEST_MODULES"
49+
echo "github ref ${{ github.ref }}"
4950
mvn -B verify $TEST_MODULES -Ptest-coverage -Ptest-${{ matrix.module }} -Dlog.dir=${{ runner.temp }}/fluss-logs -Dlog4j.configurationFile=${{ github.workspace }}/tools/ci/log4j.properties
5051
env:
5152
MAVEN_OPTS: -Xmx4096m
@@ -64,6 +65,7 @@ jobs:
6465
path: ${{ runner.temp }}/fluss-logs/*
6566
- name: Upload JaCoCo coverage report
6667
uses: actions/upload-artifact@v4
68+
if: ${{ success() }} && ${{ github.ref }} == 'refs/heads/main'
6769
with:
6870
name: jacoco-report-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
6971
path: ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco-aggregate/*

0 commit comments

Comments
 (0)