This repository uses GitHub Actions to test an external repository periodically and display the test results as a badge.
- Checks out this repository.
- Checks out the external repository to test.
- Sets up Python and installs dependencies.
- Runs the tests using
pytest
.
- Replace
owner/repository-to-test
in.github/workflows/test-other-repo.yml
with the actual repository you want to test. - Modify the
python-version
in the workflow if needed. - Commit and push the changes to trigger the first run