Skip to content

Run contract tests in pr- and main- build workflows #54

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

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

thpierce
Copy link
Contributor

In this PR, we are adding contract test runs to the pr-build and main-build, following suit with ADOT Java's pr-build and main-build. Like in Java, we are running these steps after building and pushing artifacts so we can debug more effectively, if needed. Unlike Java, we are not separating into separate jobs, as there is no clear benefit to doing this, as it just incurs overhead of checking out and building code.

Testing was done by forcing runs on pushes to contract-tests-workflow:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@thpierce thpierce requested a review from a team February 13, 2024 20:52
@thpierce thpierce merged commit 6287561 into main Feb 13, 2024
@thpierce thpierce deleted the contract-tests-workflow branch February 13, 2024 21:15
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