Skip to content

Build arg for Poetry version and set to latest for testing on CI #8

Build arg for Poetry version and set to latest for testing on CI

Build arg for Poetry version and set to latest for testing on CI #8

Workflow file for this run

name: E2E Testing
on: [push]
jobs:
e2e-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run web service and E2E tests
run: docker compose -f docker-compose-e2e-tests.yml up --exit-code-from e2e-tests