Skip to content

Commit

Permalink
Try with older CCM
Browse files Browse the repository at this point in the history
  • Loading branch information
avelanarius committed Jan 12, 2024
1 parent c9f3eb6 commit 19db6c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'

- name: Fetch Scylla and Cassandra versions
id: fetch-versions
Expand Down Expand Up @@ -134,11 +134,11 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'

- name: Setup environment
run: |
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
pip3 install https://github.com/scylladb/scylla-ccm/archive/a93125bc6ad7dd5c9694331e89dc1fb212431ffe.zip
- name: Run integration tests on Cassandra (${{ matrix.cassandra-version }})
run: mvn -B -e verify -Dccm.version=${{ matrix.cassandra-version }} -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true

Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'

- name: Setup environment
run: |
Expand Down

0 comments on commit 19db6c7

Please sign in to comment.