demetrixbio / FSharp.Data.Npgsql

F# type providers to support statically typed access to input parameters and result set of sql statement in idiomatic F# way. Data modifications via statically typed tables.
Apache License 2.0
127 stars 16 forks source link

Streamline CI and relax version dependencies #86

Closed Swoorup closed 4 years ago

Swoorup commented 4 years ago

Instead of doing a lot of github action hackery this just creates a docker-compose and reuses that in github actions.

So its easier to test locally as well.