Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions and danger #114

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

reedrolemodel
Copy link
Member

Task

TR #XXX

Why?

CCC Days experiment

What Changed

What changed in this PR?

  • Github actions
  • Danger

Screenshots

If any UI changes need to be shown off, please add screenshots here.

Comment on lines +15 to +21
env:
POSTGRES_DB: rails_test
POSTGRES_USER: rails
POSTGRES_PASSWORD: password
env:
RAILS_ENV: test
DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had issues using DATABASE_URL with parallel testing.
Could you change to https://github.com/RoleModel/gimme-credit/blob/main/.github/workflows/ci.yml#L42-L53

It does require some updates to the database.yml for some reason though https://github.com/RoleModel/gimme-credit/blob/main/config/database.yml#L60-L65

@justwiebe
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants