Skip to content

Add service checks to CI test#64

Merged
ryangoree merged 15 commits intomainfrom
ryan-ci
Aug 7, 2023
Merged

Add service checks to CI test#64
ryangoree merged 15 commits intomainfrom
ryan-ci

Conversation

@ryangoree
Copy link
Copy Markdown
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
Copy Markdown

@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
@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