Skip to content

Commit

Permalink
refactor: changes on
Browse files Browse the repository at this point in the history
  • Loading branch information
0jonjo committed Dec 9, 2023
1 parent cd8307a commit a01deba
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Ruby

on:
push:
branches: [main]
pull_request:
branches: [main]
on: [push, pull_request]

env:
POSTGRES_DB: postgres
Expand Down Expand Up @@ -43,8 +39,6 @@ jobs:
run: |
sudo apt-get update && sudo apt-get -yqq install libpq-dev
bundle install --jobs 4 --retry 3
cp config/database.ci.yml config/database.yml
bundle exec rails db:schema:load
- name: Analyze code
run: |
Expand All @@ -56,6 +50,8 @@ jobs:
PGHOST: localhost
DISABLE_SPRING: 1
run: |
cp config/database.ci.yml config/database.yml
bundle exec rails db:schema:load
bundle exec rspec --format progress
- name: Publish code coverage
Expand Down

0 comments on commit a01deba

Please sign in to comment.