cupakromer / message_swagger

Apache License 2.0
0 stars 0 forks source link

Add GH CI action for Rails #1

Closed cupakromer closed 2 years ago

cupakromer commented 2 years ago

Uses the provided template updated PG and test script. Per the action definition, this updates the database config to read a DB URL when present. The PG config will use the url over any other settings so it will work on CI. On dev systems, which should not have that set, it will use the defaults per the config file.

cupakromer commented 2 years ago

I reverted the test commit which had a throw away spec after verifying CI passed. CI is failing right now b/c RSpec is configured to fail if it cannot find any specs (i.e. maybe we messed up the args to it). In this instance, this is intentional b/c we don't actually have any specs, so I'm going to merge 🎉

image