We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfde27 commit ae253bfCopy full SHA for ae253bf
.github/workflows/build.yml
@@ -51,13 +51,14 @@ jobs:
51
command: |
52
make test
53
- 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
+ uses: nick-invision/[email protected]
+ with:
+ timeout_minutes: 3
+ max_attempts: 1
+ command: |
+ export PREP_TIMEOUT=180
+ # Run integration tests with debug output
61
+ make itest-yarn-debug
62
- name: Collect logs
63
if: success() || failure()
64
run: |
0 commit comments