andreas / ocaml-graphql-server

GraphQL servers in OCaml
MIT License
624 stars 60 forks source link

Add GH Actions CI. #201

Closed tmcgilchrist closed 3 years ago

andreas commented 3 years ago

Hi @tmcgilchrist! Thanks for this PR and sorry for the slow response. I'm not super familiar with Github Actions. Do you know what the easiest way is to test this? E.g. can I somehow see the build output as defined in this PR without merging?

tmcgilchrist commented 3 years ago

@andreas I have builds running on my branch here https://github.com/tmcgilchrist/ocaml-graphql-server/runs/3099386025 unfortunately they are timing out trying to run opam depext -yt graphql_parser graphql graphql-lwt graphql-async graphql-cohttp and are failing. I'll bump the OPAMSOLVERTIMEOUT value again but it's not being that reliable as a CI.