-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add build job with test job dependent on it * spin up postgres and redis in build step * fix indent * fix indent again * move env and services outside steps * revert test yml to master minus install ff and run tests steps * add test job dependent on build job * run unit and feature tests in seperate jobs * fix indent * remove install and caching homebrew * remove Get brew cache path * Revert "remove Get brew cache path" This reverts commit bf1fa73. * Revert "remove install and caching homebrew" This reverts commit 9d06dac. * make reusable workflow for build convene app * fix path invoking reusable workflow * try to fix path again * fix path again * fix needs value for conditional workflow execution * fix another ref for needs conditional * call reusable build spp step in all test jobs * revert yml to not use reusable step and move env to workflkow scope Co-authored-by: Zee Spencer <zspencer@users.noreply.github.com> Co-authored-by: Ana <anaulin@users.noreply.github.com> Co-authored-by: Dalton <daltonrpruitt@users.noreply.github.com> * clean up build step to just install dependencies Co-authored-by: Zee Spencer <zspencer@users.noreply.github.com> Co-authored-by: Ana <anaulin@users.noreply.github.com> Co-authored-by: Dalton <daltonrpruitt@users.noreply.github.com> * Fix name of formerly-build job. * Remove unnecessary brew setup bits from rspec step. * Fix bad db:test:prepare command. Remove no longer used separate file. * Do more setup for RSpec tests * Add assets:precompile * Remove unnecessary parts of setup for feature tests * Remove duplicate "yarn install" from testing steps * Remove inotify tweaks. * Use same Postgres version in Docker as CI and Heroku. * Try to reuse repeated YAML blocks. * Bring back repeated "services" section. --------- Co-authored-by: Zee Spencer <zspencer@users.noreply.github.com> Co-authored-by: Ana <anaulin@users.noreply.github.com> Co-authored-by: Dalton <daltonrpruitt@users.noreply.github.com> Co-authored-by: Ana Ulin <ana@ulin.org>
- Loading branch information
1 parent
80001f0
commit 5e00038
Showing
2 changed files
with
113 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters