Skip to content

Commit

Permalink
github actions rails
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Bartels committed Nov 15, 2023
1 parent 5027b2e commit 16da46b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,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: bin/rails db:schema:load
# Add or replace test runners here
run: bin/rails db:prepare
- name: Run tests
run: bin/rake

Expand Down

0 comments on commit 16da46b

Please sign in to comment.