Skip to content

Smoke testing

Smoke testing #19

Workflow file for this run

name: E2E Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build containers and run cypress e2e tests
run: make e2e
- name: display logs
if: failure()
run: docker compose -f docker-compose.yml -f e2e.yml logs