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

Add service checks to CI test #64

Merged
merged 15 commits into from
Aug 7, 2023
Merged

Add service checks to CI test #64

merged 15 commits into from
Aug 7, 2023

Conversation

ryangoree
Copy link
Member

@ryangoree ryangoree commented Aug 2, 2023

This adds basic checks to ensure the following:

  • The .env file is created properly
  • Services expected to run then exit (mine, fund-accounts) do so with a zero exit code
  • Services expected to still be running are running

If any changes to the /services directory were made, the images will be rebuilt with a new tag and used in the checks.

@ryangoree ryangoree changed the title Up containers in CI Docker services test CI Aug 3, 2023
@ryangoree ryangoree changed the title Docker services test CI Add service checks to CI test Aug 3, 2023
@ryangoree ryangoree force-pushed the ryan-ci branch 12 times, most recently from 56b6443 to 3873577 Compare August 3, 2023 03:12
@ryangoree ryangoree force-pushed the ryan-ci branch 4 times, most recently from 52a3516 to 96596f1 Compare August 3, 2023 04:41
@ryangoree ryangoree linked an issue Aug 3, 2023 that may be closed by this pull request
Copy link
Contributor

@slundqui slundqui left a comment

Choose a reason for hiding this comment

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

This is great, thanks!

@ryangoree ryangoree merged commit 02bd506 into main Aug 7, 2023
1 check passed
@ryangoree ryangoree deleted the ryan-ci branch August 7, 2023 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test that services run as expected
2 participants