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 1a01c65Copy full SHA for 1a01c65
.github/workflows/build.yml
@@ -51,13 +51,12 @@ 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:
+ command: |
+ export PREP_TIMEOUT=180
+ # Run integration tests with debug output
+ make itest-yarn-debug
61
- name: Collect logs
62
if: success() || failure()
63
run: |
0 commit comments