Skip to content

Commit

Permalink
Seed data before ci runs of pa11y or owasp
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Jun 25, 2024
1 parent 7ebd833 commit c24497a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/run-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ inputs:
runs:
using: "composite"
steps:
- name: Seed data
shell: bash
env:
RAILS_ENV: ${{ inputs.rails_env }}
DATABASE_URL: ${{ inputs.database_url }}
SECRET_KEY_BASE: not-actually-secret
run: bundle exec rails db:seed

- name: "Start server in background"
shell: bash
env:
Expand Down

0 comments on commit c24497a

Please sign in to comment.