Skip to content

use snapshots

use snapshots #16

Workflow file for this run

name: Modern Fluent API CI
# Only on Development we build snapshots
on:
push:
branches:
- development
- master
jobs:
#############################################
# Tests First baby! We fail, no build :(
#############################################
tests:
uses: ./.github/workflows/tests.yml