Migrate CI to GitHub Actions

This commit is contained in:
Dan Rice 2019-10-30 20:45:50 -04:00
parent 59f243c831
commit 79ac907346
5 changed files with 16 additions and 26 deletions

View file

@ -6,7 +6,7 @@ RUN touch /etc/app-env
COPY Gemfile* /app/
RUN gem install bundler
RUN bundle install
RUN bundle install --jobs 4
RUN mkdir /app/log