Skip to content

Commit

Permalink
chore: attempt CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mromulus committed Dec 5, 2023
1 parent 0469a63 commit 629a1c3
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 @@ -35,12 +35,14 @@ jobs:
bundler-cache: true
- name: Set version
run: echo $GITHUB_HEAD_REF > CURRENT_VERSION
- name: Remove default database config so we will use the environment var
run: rm config/database.yml
# Add or replace database setup steps here
- name: Set up database schema
run: DATABASE_URL="postgres://rails:password@localhost:5432/rails_test" bin/rails db:schema:load
run: bin/rails db:schema:load
# Add or replace test runners here
- name: Run tests
run: DATABASE_URL="postgres://rails:password@localhost:5432/rails_test" bin/rake
run: bin/rake

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 629a1c3

Please sign in to comment.