Skip to content

chore: use git submodules for conformance tests #427

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
Aug 5, 2021

Conversation

lance
Copy link
Member

@lance lance commented Aug 4, 2021

I don't think downloading to /tmp for each npm test is such a great
idea. This does mean that contributors to this repo will need to run the
following command once on their clone after this commit lands.

git submodule init
git submodule update

Signed-off-by: Lance Ball lball@redhat.com

I don't think downloading to `/tmp` for each `npm test` is such a great
idea. This does mean that contributors to this repo will need to run the
following command once on their clone after this commit lands.

```
git submodule init
git submodule update
```

Signed-off-by: Lance Ball <lball@redhat.com>
@lance lance added the chore/refactor Refactoring and other non-functional changes to module code label Aug 4, 2021
@lance lance requested a review from a team August 4, 2021 20:43
@lance lance self-assigned this Aug 4, 2021
Copy link
Contributor

@lholmquist lholmquist left a comment

Choose a reason for hiding this comment

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

I'm not usually a fan of submodules, but this case makes sense. LGTM

@lance lance merged commit 2118488 into cloudevents:main Aug 5, 2021
@lance lance deleted the lance/git-submodule-conformance branch August 5, 2021 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore/refactor Refactoring and other non-functional changes to module code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants