Skip to content

Commit

Permalink
Avoid seed data execution in CI by replacing db:setup with `db:test…
Browse files Browse the repository at this point in the history
…:prepare`
  • Loading branch information
viktorianer committed May 1, 2024
1 parent 325c04c commit cbbc647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
DATABASE_URL: postgres://postgres:postgres@localhost:5432
<%- end -%>
# REDIS_URL: redis://localhost:6379/0
run: bin/rails db:setup test test:system
run: bin/rails db:test:prepare test test:system

- name: Keep screenshots from failed system tests
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cbbc647

Please sign in to comment.