-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
write tests for the base_images package #30661
write tests for the base_images package #30661
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Current dependencies on/for this PR: This comment was auto-generated by Graphite. |
1de4960
to
1533e75
Compare
95405c7
to
ef228a7
Compare
@@ -32,3 +32,15 @@ jobs: | |||
sentry_dsn: ${{ secrets.SENTRY_AIRBYTE_CI_DSN }} | |||
github_token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }} | |||
subcommand: "test airbyte-ci/connectors/pipelines" | |||
- name: Run airbyte-ci/connectors/base_images tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WOOO!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are great. Thank you. Approved
1557e0e
into
augustin/declare-first-base-image
What
Add tests on top of the
base_images
packages.Reaching 57% coverage.
Auto run it in the CI