Skip to content

Commit ae253bf

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

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ 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+
timeout_minutes: 3
57+
max_attempts: 1
58+
command: |
59+
export PREP_TIMEOUT=180
60+
# Run integration tests with debug output
61+
make itest-yarn-debug
6162
- name: Collect logs
6263
if: success() || failure()
6364
run: |

0 commit comments

Comments
 (0)