File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ concurrency:
3131jobs :
3232 build :
3333 runs-on : self-hosted
34- permissions :
35- contents : read
36- pull-requests : write
3734 strategy :
3835 fail-fast : false
3936 matrix :
6663 name : logs-test-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
6764 path : ${{ runner.temp }}/fluss-logs/*
6865 - name : Upload JaCoCo coverage report
69- uses : actions/upload-artifact@v4
70- with :
71- name : jacoco-report-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
72- path : ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco/
66+ uses : actions/upload-artifact@v4
67+ with :
68+ name : jacoco-report-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
69+ path : ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco/
You can’t perform that action at this time.
0 commit comments