Skip to content

Commit

Permalink
setup -> prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Oct 12, 2023
1 parent 188994b commit 7ac6feb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ruby-version: 3.2
bundler-cache: true
- name: Set up database schema
run: bin/rails db:setup
run: bin/rails db:prepare
- name: Run tests
run: bin/rails test

Expand Down Expand Up @@ -52,9 +52,7 @@ jobs:
ruby-version: 3.2
bundler-cache: true
- name: Set up database schema
run: bin/rails db:setup
- name: Run tests
run: bin/rails test
run: bin/rails db:prepare
- name: Mutant license check
id: license
run: bundle exec mutant subscription test
Expand Down

0 comments on commit 7ac6feb

Please sign in to comment.