germsvel / phoenix_test

PhoenixTest provides a unified way of writing feature tests -- regardless of whether you're testing LiveView pages or static (non-LiveView) pages.
https://hex.pm/packages/phoenix_test
MIT License
181 stars 23 forks source link

Add initial CI workflow #5

Closed germsvel closed 9 months ago

germsvel commented 9 months ago

We add an initial CI workflow following a helpful fly blog post.

https://fly.io/docs/elixir/advanced-guides/github-actions-elixir-ci-cd/