-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
env: | ||
POSTGRES_DB: rails_test | ||
POSTGRES_USER: rails | ||
POSTGRES_PASSWORD: password | ||
env: | ||
RAILS_ENV: test | ||
DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test" |
There was a problem hiding this comment.
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
Can we make |
Task
TR #XXX
Why?
CCC Days experiment
What Changed
What changed in this PR?
Screenshots
If any UI changes need to be shown off, please add screenshots here.