Skip to content

remove need to login as admin #41

remove need to login as admin

remove need to login as admin #41

Workflow file for this run

name: Security
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
bundler-cache: true
- name: Run security tests
run: |
bin/bundle exec brakeman