File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 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
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/*
You can’t perform that action at this time.
0 commit comments