File tree Expand file tree Collapse file tree 3 files changed +21
-20
lines changed
Expand file tree Collapse file tree 3 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 5454 - name : Run tests
5555 shell : bash
5656 run : |
57+ echo "Running tests with ${{ inputs.maven_opts }}"
5758 MAVEN_OPTS="-XX:+UnlockDiagnosticVMOptions -XX:+ShowMessageBoxOnError -XX:+HeapDumpOnOutOfMemoryError -XX:ErrorFile=./hs_err_pid%p.log" SPARK_HOME=`pwd` ./mvnw -B clean install ${{ inputs.maven_opts }}
5859 - name : Upload crash logs
5960 if : failure()
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ concurrency:
2222 cancel-in-progress : true
2323
2424on :
25- push :
26- paths-ignore :
27- - " doc/**"
28- - " docs/**"
29- - " **.md"
30- pull_request :
31- paths-ignore :
32- - " doc/**"
33- - " docs/**"
34- - " **.md"
25+ # push:
26+ # paths-ignore:
27+ # - "doc/**"
28+ # - "docs/**"
29+ # - "**.md"
30+ # pull_request:
31+ # paths-ignore:
32+ # - "doc/**"
33+ # - "docs/**"
34+ # - "**.md"
3535 # manual trigger
3636 # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
3737 workflow_dispatch :
Original file line number Diff line number Diff line change 1818name : Run Miri Safety Checks
1919
2020on :
21- push :
22- paths-ignore :
23- - " doc/**"
24- - " docs/**"
25- - " **.md"
26- pull_request :
27- paths-ignore :
28- - " doc/**"
29- - " docs/**"
30- - " **.md"
21+ # push:
22+ # paths-ignore:
23+ # - "doc/**"
24+ # - "docs/**"
25+ # - "**.md"
26+ # pull_request:
27+ # paths-ignore:
28+ # - "doc/**"
29+ # - "docs/**"
30+ # - "**.md"
3131 # manual trigger
3232 # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
3333 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments