File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4747 check_name : test-core
4848 require_tests : true
4949 report_paths : ' **/build/test-results/test/TEST-*.xml'
50+ annotate_only : github.event.pull_request.head.repo.full_name != github.repository # for forks
5051
5152 - name : Publish package
5253 if : github.ref == 'refs/heads/master'
Original file line number Diff line number Diff line change 6868 check_name : test-plugin-${{ matrix.plugin }}-junit
6969 require_tests : true
7070 report_paths : ' **/build/test-results/test/TEST-*.xml'
71+ annotate_only : github.event.pull_request.head.repo.full_name != github.repository # for forks
7172
7273 - name : Run e2e tests
7374 run : ./gradlew -p springwolf-examples/e2e pnpm_run_install_deps test
8081 check_name : test-plugin-${{ matrix.plugin }}-e2e
8182 require_tests : true
8283 report_paths : ' **/test-results/junit.xml'
84+ annotate_only : github.event.pull_request.head.repo.full_name != github.repository # for forks
8385 - uses : actions/upload-artifact@v5
8486 if : always()
8587 with :
Original file line number Diff line number Diff line change 4949 check_name : test-ui-jest
5050 require_tests : true
5151 report_paths : ' **/build/test-results/junit.xml'
52+ annotate_only : github.event.pull_request.head.repo.full_name != github.repository # for forks
5253
5354 - name : Build
5455 run : ./gradlew -p ${{ env.project }} build
You can’t perform that action at this time.
0 commit comments