Skip to content

Commit 18de4c1

Browse files
TEST – gha fixes
1 parent 27e6989 commit 18de4c1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: CI
33
on:
44
# Triggers the workflow on push or pull request events but only for the trunk branch
55
push:
6-
branches: [ b2.5, b3.0, trunk]
76
pull_request:
8-
branches: [ b2.5, b3.0, trunk]
97

108
workflow_dispatch:
119

@@ -16,15 +14,13 @@ jobs:
1614
fail-fast: false
1715
matrix:
1816
scala: [2.12.19, 2.13.13]
19-
db-version: [3.11.17, 4.0.12, 4.1.4, 5.0-beta1, dse-6.8.44]
17+
db-version: [3.11.19, 4.0.17, 4.1.8, 5.0.4, dse-6.8.44]
2018

2119
steps:
2220
- uses: actions/checkout@v4
2321

24-
- name: ccm pip installation
25-
uses: BSFishy/pip-action@v1
26-
with:
27-
packages: git+https://github.com/riptano/ccm.git@d74db63d75112908a77b6c80757df9343fdc3338
22+
- name: Install ccm via pip
23+
run: pip install git+https://github.com/apache/cassandra-ccm.git@cassandra-test
2824

2925
- name: Setup Java
3026
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)