Skip to content

Bump docker from 4.4.4 to 7.1.0 #954

Bump docker from 4.4.4 to 7.1.0

Bump docker from 4.4.4 to 7.1.0 #954

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.12
- run: pip install poetry
- run: poetry install
- run: poetry run make test
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make test-docker