Skip to content

Commit

Permalink
fix: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecego committed Feb 8, 2024
1 parent 92edebf commit 4ecd21c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
# Add or replace dependency steps here
- name: Install Ruby and gems
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
bundler-cache: true
# Add or replace database setup steps here
- name: Set up database schema
run: rails db:schema:load
# Add or replace test runners here
run: bundle exec rails db:create db:schema:load db:migrate
- name: Run rspec
run: bundle exec rspec

Expand Down

0 comments on commit 4ecd21c

Please sign in to comment.