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 GH workflow to check if datasources are working #520

Closed
wants to merge 6 commits into from
Closed

Add GH workflow to check if datasources are working #520

wants to merge 6 commits into from

Conversation

onprem
Copy link
Contributor

@onprem onprem commented Aug 1, 2022

Description

The step to check if datasources are working was removed during the CLI removal PR. This PR adds it back in the form of another GH workflow. We cannot use the e2e test job as before as ct install immediately cleans up after itself as well.

Fixes #517

Type of change

What type of changes does your code introduce to tobs? Put an x in the box that apply.

  • CHANGE (fix or feature that would cause existing functionality to not work as expected)
  • FEATURE (non-breaking change which adds functionality)
  • BUGFIX (non-breaking change which fixes an issue)
  • ENHANCEMENT (non-breaking change which improves existing functionality)
  • NONE (if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)

@onprem onprem marked this pull request as ready for review August 1, 2022 11:14
@onprem onprem requested a review from a team as a code owner August 1, 2022 11:14
@@ -0,0 +1,93 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't include this file as it is not required by current testing strategy.

@onprem onprem requested a review from paulfantom August 2, 2022 07:32
@onprem
Copy link
Contributor Author

onprem commented Aug 3, 2022

Closing as it has been superseded by #521.

@onprem onprem closed this Aug 3, 2022
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.

Re-enable testing datasources
2 participants