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

Update GitHub actions for consistency #100

Merged
merged 1 commit into from
Jan 10, 2022
Merged

Conversation

Fryguy
Copy link
Member

@Fryguy Fryguy commented Jan 10, 2022

  • Fix tests
  • Make the services, test names, etc consistent with other ManageIQ
    repos
  • Fix CodeClimate

@kbrock Please review.

@Fryguy Fryguy force-pushed the github_actions branch 8 times, most recently from a908e93 to ca6985d Compare January 10, 2022 21:56
- Fix tests
- Make the services, test names, etc consistent with other ManageIQ
  repos
- Fix CodeClimate
- "60"
services:
postgres:
image: postgres:13
Copy link
Member Author

Choose a reason for hiding this comment

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

I was going to switch this over to manageiq/postgresql:10 for consistency, but for some reason I was getting unhealthy containers. For now, this is fine.

@@ -21,3 +21,4 @@ mysql2:
<<: *common
adapter: mysql2
username: root
host: 127.0.0.1
Copy link
Member Author

@Fryguy Fryguy Jan 10, 2022

Choose a reason for hiding this comment

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

The MySQL tests would not work without this because localhost tells the mysql client to use a local socket which won't work in github actions.

@Fryguy
Copy link
Member Author

Fryguy commented Jan 10, 2022

@kbrock It looks like an add and a delete, because I renamed the file from ci.yml to ci.yaml for consistency.

@kbrock kbrock merged commit 70ca801 into ManageIQ:master Jan 10, 2022
@Fryguy Fryguy deleted the github_actions branch January 10, 2022 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Test Only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants