File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 java : [ '11' ]
22- maven : [ '3.9.6 ' ]
23- os : [ 'ubuntu-22 .04' ]
22+ maven : [ '3.9.9 ' ]
23+ os : [ 'ubuntu-24 .04' ]
2424 name : Build (Java ${{ matrix.java }}, ${{ matrix.os }})
2525 runs-on : ${{ matrix.os }}
2626 steps :
7878 with :
7979 name : sat-summary-report
8080 path : target/summary_report.html
81+
82+ - name : Verify Changed Files
83+ uses : tj-actions/verify-changed-files@v20
84+ id : verify-changed-files
85+
86+ - name : Fail on Changed Files
87+ if : steps.verify-changed-files.outputs.changed_files != ''
88+ env :
89+ CHANGED_FILES : ${{ steps.verify-changed-files.outputs.changed_files }}
90+ run : |
91+ echo "::error::Files have changed: $CHANGED_FILES"
92+ exit 1
Original file line number Diff line number Diff line change 11* .class
2+ * .log
23target /
34
45# Mobile Tools for Java (J2ME)
You can’t perform that action at this time.
0 commit comments