Skip to content

Commit

Permalink
Merge fe7fb6a into be121c3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmoody committed Mar 5, 2022
2 parents be121c3 + fe7fb6a commit fac8122
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -26,14 +26,15 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- name: Set up Node
uses: actions/setup-node@v1
bundler-cache: true
- uses: actions/setup-node@v2
with:
node-version: 12.20.0
cache: 'yarn'
run: yarn install
- name: Test and Lint
env:
DB_HOST: localhost
Expand All @@ -46,8 +47,6 @@ jobs:
sudo apt-get update
sudo apt-get -yqq install libpq-dev imagemagick ffmpeg
yarn install
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rails db:setup
bundle exec rails lint:all
bundle exec rails test:all
Expand Down

0 comments on commit fac8122

Please sign in to comment.