Skip to content

Update image tag to v1.1.3 #9

Update image tag to v1.1.3

Update image tag to v1.1.3 #9

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
test-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run tests with docker-compose
run: docker compose -f docker-compose-test.yml up --quiet-pull --abort-on-container-exit --exit-code-from test
- name: Clean up
if: always()
run: docker compose -f docker-compose-test.yml down -v