Skip to content

Run database migrations in CI before E2E tests #250

Run database migrations in CI before E2E tests

Run database migrations in CI before E2E tests #250

Workflow file for this run

name: Push (other branches)
on:
push:
branches-ignore:
- main
jobs:
build:
name: Build image
uses: ./.github/workflows/build_image.yaml
secrets: inherit
tests:
name: Run tests
uses: ./.github/workflows/run_tests.yaml
needs:
- build