Skip to content

Commit fab0391

Browse files
committed
test
1 parent ac79880 commit fab0391

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

.github/actions/java-test/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ runs:
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()

.github/workflows/benchmark-tpch.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
on:
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:

.github/workflows/miri.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
name: Run Miri Safety Checks
1919

2020
on:
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:

0 commit comments

Comments
 (0)