Skip to content

chore: Bump thenativeweb/eventsourcingdb from 0.103.1 to 0.113.2 in /tests/shared/docker/eventsourcingdb #165

chore: Bump thenativeweb/eventsourcingdb from 0.103.1 to 0.113.2 in /tests/shared/docker/eventsourcingdb

chore: Bump thenativeweb/eventsourcingdb from 0.103.1 to 0.113.2 in /tests/shared/docker/eventsourcingdb #165

Workflow file for this run

name: QA
on: pull_request
jobs:
qa:
name: QA
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Use Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Run QA
run: make qa