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

Create CI tests to confirm all examples build #912

Open
pjbgf opened this issue Nov 7, 2023 · 0 comments · May be fixed by #1030
Open

Create CI tests to confirm all examples build #912

pjbgf opened this issue Nov 7, 2023 · 0 comments · May be fixed by #1030
Labels
github_actions Pull requests that update GitHub Actions code good first issue Good for newcomers help wanted Extra attention is needed

Comments

@pjbgf
Copy link
Member

pjbgf commented Nov 7, 2023

As changes are introduced into the main code base, it would be great to have a CI check that validates the code examples within _examples to confirm they are not broken by changes introduced from a given PR.

@pjbgf pjbgf added good first issue Good for newcomers help wanted Extra attention is needed github_actions Pull requests that update GitHub Actions code labels Nov 7, 2023
crazybolillo added a commit to crazybolillo/go-git that referenced this issue Feb 15, 2024
A new test has been added in order to verify that all code under
_examples is up to date and has not broken due to API changes.

This test runs as the last step of the test.yml CI workflow.

Closes go-git#912.
crazybolillo added a commit to crazybolillo/go-git that referenced this issue Feb 15, 2024
A new test has been added in order to verify that all code under
_examples is up to date and has not broken due to API changes.

This test runs as the last step of the test.yml CI workflow.

Closes go-git#912.
crazybolillo added a commit to crazybolillo/go-git that referenced this issue Feb 15, 2024
A new test has been added in order to verify that all code under
_examples is up to date and has not broken due to API changes.

This test runs as the last step of the test.yml CI workflow.

Closes go-git#912.
crazybolillo added a commit to crazybolillo/go-git that referenced this issue Feb 15, 2024
A new test has been added in order to verify that all code under
_examples is up to date and has not broken due to API changes.

This test runs as the last step of the test.yml CI workflow.

Closes go-git#912.
@crazybolillo crazybolillo linked a pull request Feb 15, 2024 that will close this issue
crazybolillo added a commit to crazybolillo/go-git that referenced this issue Mar 11, 2024
Tests for examples exist and are run as part of the Makefile test
target, however they were not being run as part of the CI. This commit
fixes it by adding a new step in the test workflow.

Related to go-git#912.
crazybolillo added a commit to crazybolillo/go-git that referenced this issue Mar 11, 2024
Tests for examples exist and are run as part of the Makefile test
target, however they were not being run as part of the CI. This commit
fixes it by adding a new step in the test workflow which runs said
target.

Related to go-git#912.

k
crazybolillo added a commit to crazybolillo/go-git that referenced this issue Mar 11, 2024
Tests for examples exist and are run as part of the Makefile test
target, however they were not being run as part of the CI. This commit
fixes it by adding a new step in the test workflow which runs said
target.

Related to go-git#912.
crazybolillo added a commit to crazybolillo/go-git that referenced this issue Mar 11, 2024
Tests for examples exist and are run as part of the Makefile test
target, however they were not being run as part of the CI. This commit
fixes it by adding a new step in the test workflow which runs said
target.

Related to go-git#912.
crazybolillo added a commit to crazybolillo/go-git that referenced this issue Mar 15, 2024
Tests for examples exist, however they were not being run as part of the CI.
This commit fixes it by adding a new step in the test workflow which runs said
tests.

Related to go-git#912.
crazybolillo added a commit to crazybolillo/go-git that referenced this issue Mar 15, 2024
Tests for examples exist, however they were not being run as part of the CI.
This commit fixes it by adding a new step in the test workflow which runs said
tests.

Related to go-git#912.
crazybolillo added a commit to crazybolillo/go-git that referenced this issue Mar 15, 2024
Tests for examples exist, however they were not being run as part of the CI.
This commit fixes it by adding a new step in the test workflow which runs said
tests.

Related to go-git#912.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant