Skip to content

Run tests on CI with Docker Compose #4

Run tests on CI with Docker Compose

Run tests on CI with Docker Compose #4

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 up e2e-tests