Skip to content

Commit

Permalink
[SPARK-45231][INFRA][FOLLOWUP] Remove unrecognized and meaningless co…
Browse files Browse the repository at this point in the history
…mmand about Ammonite from the GA testing workflow

### What changes were proposed in this pull request?
The pr is followup #42993

### Why are the changes needed?
Remove unrecognized and meaningless command about Ammonite from the GA testing workflow.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes #44386 from panbingkun/SPARK-45231_FOLLOWUP.

Authored-by: panbingkun <pbk1982@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
panbingkun authored and dongjoon-hyun committed Dec 23, 2023
1 parent 98fef6e commit eacf82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
shell: 'script -q -e -c "bash {0}"'
run: |
# Fix for TTY related issues when launching the Ammonite REPL in tests.
export TERM=vt100 && script -qfc 'echo exit | amm -s' && rm typescript
export TERM=vt100
# `set -e` to make the exit status as expected due to use `script -q -e -c` to run the commands
set -e
export MAVEN_OPTS="-Xss64m -Xmx4g -Xms4g -XX:ReservedCodeCacheSize=128m -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN"
Expand Down

0 comments on commit eacf82a

Please sign in to comment.