Skip to content

Commit ecd1b89

Browse files
committed
address comment
1 parent 797f999 commit ecd1b89

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/spark_test.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,12 @@ jobs:
8080
pipenv run pip install pyarrow==8.0.0
8181
pipenv run pip install numpy==1.20.3
8282
if: steps.git-diff.outputs.diff
83-
- name: Scala structured logging check
83+
- name: Scala structured logging style check
8484
run: |
85-
if [ -f ./dev/structured_logging_style.py ]; then
86-
python ./dev/structured_logging_style.py
85+
if [ -f ./dev/spark_structured_logging_style.py ]; then
86+
python ./dev/spark_structured_logging_style.py
8787
fi
88+
if: steps.git-diff.outputs.diff
8889
- name: Run Scala/Java and Python tests
8990
# when changing TEST_PARALLELISM_COUNT make sure to also change it in spark_master_test.yaml
9091
run: |

0 commit comments

Comments
 (0)