Commit Graph

6 Commits

Author SHA1 Message Date
Peter Bhat Harkins 344e947374 Fix fake_data task; add CI test for it (#1087)
The test is overdue for how brittle fake_data.rb is, but as that's a slow
process that's not critical functionality, I only want it running on CI.
2022-06-01 05:57:18 -05:00
Jeppe Fihl-Pearson 8e1493c36e Use MariaDB instead of MySQL when running tests in GitHub Actions
This starts a Docker container running MariaDB instead of using the MySQL
database that GitHub Actions comes with. This means we can configure which
specific version of MariaDB to run.

I opted for MariaDB 10.5 as that was my best guess as to what version was
running in the deployed setup, based on it being the version available for the
"mariadb-server" package in Debian stable.

The Docker container is configured to create the "lobsters_dev" database
automatically, so it shouldn't be necessary to run a command to explicitly
create the database anymore.

Fixes #1050.
2022-04-03 17:32:14 +00:00
Scott Robinson dd3b652e50 Github Actions 🤖 2022-01-21 22:34:27 -06:00
Peter Bhat Harkins 4ae8d396c6 update issue/pr templates 2020-02-05 09:26:46 -06:00
Peter Bhat Harkins 6c7f6677ba housekeeping
If you don't want color in rspec output, you can add it to your ~/.rspec.
2018-04-19 05:37:18 -05:00
joshua stein d869f98fcf add issue template for github 2017-08-31 09:01:56 -05:00