Skip to content

Update better_errors gem #43

Update better_errors gem

Update better_errors gem #43

Workflow file for this run

name: Test
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
services:
redis:
image: redis
ports:
- 6379:6379
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
postgres:
image: postgres:latest
ports:
- 5432:5432
env:
POSTGRES_USER: runner
POSTGRES_PASSWORD: postgres
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: yarn install
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rails db:setup && bundle exec rake assets:precompile && bundle exec rake
- name: Upload screenshots to argos-ci.com
continue-on-error: true
run: yarn exec argos upload tmp/capybara