Skip to content

System Tests with full in memory DB support #102

System Tests with full in memory DB support

System Tests with full in memory DB support #102

Workflow file for this run

name: Urchin CI ⚗️
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
failfast:
uses: ./.github/workflows/failfast.yml
build:
uses: ./.github/workflows/build.yml
needs: failfast
tests:
uses: ./.github/workflows/test.yml
needs: build
# release:
# uses: ./.github/workflows/release.yml
# needs: tests
# if: github.ref == 'refs/heads/main'