Skip to content

Commit 1a01c65

Browse files
committed
uses nick-invision/[email protected]
1 parent 8bfde27 commit 1a01c65

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,12 @@ jobs:
5151
command: |
5252
make test
5353
- name: Run integration tests
54-
run: |
55-
# Increase timeout for integration tests
56-
export PREP_TIMEOUT=180
57-
# Set specific Spark version to match what's expected in tests
58-
export SPARK_VERSION=3.2.1
59-
# Run integration tests with debug output
60-
make itest-yarn-debug
54+
uses: nick-invision/[email protected]
55+
with:
56+
command: |
57+
export PREP_TIMEOUT=180
58+
# Run integration tests with debug output
59+
make itest-yarn-debug
6160
- name: Collect logs
6261
if: success() || failure()
6362
run: |

0 commit comments

Comments
 (0)