Skip to content

fixed issue when metadata key contains json (#169) #115

fixed issue when metadata key contains json (#169)

fixed issue when metadata key contains json (#169) #115

Workflow file for this run

name: Test with Apache Cassandra
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-cassandra:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install poetry
poetry install
- name: Integration tests
run: |
make test-testcontainerscassandra-integration