Skip to content

Using proxy_params was too heavy handed #115

Using proxy_params was too heavy handed

Using proxy_params was too heavy handed #115

Workflow file for this run

name: system_test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- run: gem install rails
- run: rake test:system