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 run-tests to push workflow #15

Merged
merged 2 commits into from
Mar 20, 2024
Merged

Add run-tests to push workflow #15

merged 2 commits into from
Mar 20, 2024

Conversation

kanaka
Copy link
Member

@kanaka kanaka commented Mar 18, 2024

This enables docker-compose based testing of examples/tests 1, 2, 4, and 7 (the ones that only require docker and docker-compose). Not sure we really want to have a shell based test driver long term, but for now this seems to do a decent job of testing and reporting pass/fail.

@kanaka kanaka force-pushed the gha-run-tests branch 7 times, most recently from a1780c0 to a2ac877 Compare March 18, 2024 22:20
The push workflow does checkout, installs npm modules (resolve-deps),
does a build of conlink (using test1 compose), and then invokes
run-tests.sh
@kanaka
Copy link
Member Author

kanaka commented Mar 18, 2024

@jonsmock when you get a chance, can you also push a docker and npm release of conlink 2.0.3?

Copy link
Contributor

@jonsmock jonsmock left a comment

Choose a reason for hiding this comment

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

Looks good to me! FWIW I propose a change on top of this to catch when a user forgets npm install, but feel free to squash that into this or handle it completely different (I'm not married to my change): #16

@jonsmock
Copy link
Contributor

Also, npm and docker hub now have 2.0.3 artifacts. Thanks for catching that.

@kanaka kanaka merged commit a4f4857 into master Mar 20, 2024
2 checks passed
@kanaka kanaka mentioned this pull request Mar 20, 2024
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.

2 participants