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.
2 parents 1c0a7df + 8ddf465 commit fa049faCopy full SHA for fa049fa
1 file changed
.github/workflows/test.yml
@@ -100,6 +100,7 @@ jobs:
100
echo "JAVA11_HOME=${{ steps.z11.outputs.path }}" >> "$GITHUB_ENV"
101
echo "JAVA17_HOME=${{ steps.z17.outputs.path }}" >> "$GITHUB_ENV"
102
echo "JAVA_HOME=${{ steps.z8.outputs.path }}" >> "$GITHUB_ENV"
103
+ echo "CCM_UPDATE_PID_DEFAULT_TIMEOUT=120" >> "$GITHUB_ENV"
104
105
- name: Generate SSL certificates
106
run: |
@@ -175,6 +176,11 @@ jobs:
175
176
- name: Print environment
177
run: printenv | sort
178
179
+ - name: Pre-download Cassandra distribution
180
+ run: |
181
+ ccm create predownload -v $CCM_VERSION
182
+ ccm remove
183
+
184
- name: Run tests
185
186
npm ci
0 commit comments