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 93e5829 commit 8e5c8caCopy full SHA for 8e5c8ca
.github/workflows/build-lint-and-test.yml
@@ -243,3 +243,19 @@ jobs:
243
with:
244
name: ccm-log-cassandra-${{ matrix.java-version }}-${{ matrix.cassandra-version }}
245
path: ${{ env.CCM_LOGS_PATTERN }}
246
+
247
+ run-examples:
248
+ name: Run examples
249
+ runs-on: ubuntu-22.04
250
+ steps:
251
+ - name: Checkout
252
+ uses: actions/checkout@v4
253
254
+ - name: Update apt cache
255
+ run: sudo apt-get update -y
256
257
+ - name: Install dependencies
258
+ run: make install-build-dependencies
259
260
+ - name: Run unit and proxy tests
261
+ run: make run-examples
0 commit comments