Skip to content

Commit

Permalink
Update rubyonrails.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhamo1107 authored Sep 18, 2024
1 parent df376af commit 2f439eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
ruby-version: '3.1.2'
bundler-cache: true

- name: Make bin/rails executable
run: chmod +x bin/rails
- name: Make bin/rails and bin/rake executable
run: |
chmod +x bin/rails
chmod +x bin/rake
- name: Set up database schema
run: bin/rails db:prepare
Expand Down

0 comments on commit 2f439eb

Please sign in to comment.