File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
55
55
# Build and compile using Maven
56
56
- name : Build/Compile and run unit tests
57
- uses : GabrielBB/xvfb-action@v1
57
+ uses : GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d # v1
58
58
with :
59
59
run : mvn clean verify -U -fae --settings build-ci/maven-settings.xml -DskipITests=true -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -ntp
60
60
Original file line number Diff line number Diff line change 42
42
run : |
43
43
find . -name '*.zip' -exec sh -c 'unzip -d "${1%.*}" "$1"' _ {} \;
44
44
- name : Publish aggregated tests reports
45
- uses : scacap/action-surefire-report@v1
45
+ uses : scacap/action-surefire-report@4cbb611f23a9b5a030c73c2b32190a80983956ed # v1
46
46
with :
47
47
github_token : ${{secrets.GITHUB_TOKEN}}
48
48
report_paths : ' ${{github.workspace}}/*test-reports/**/TEST-*.xml'
You can’t perform that action at this time.
0 commit comments