https://github.com/abinit/abinit_actions
Repo with GitHub Actions for testing external repositories
https://github.com/abinit/abinit_actions
Last synced: 5 months ago
JSON representation
Repo with GitHub Actions for testing external repositories
- Host: GitHub
- URL: https://github.com/abinit/abinit_actions
- Owner: abinit
- Created: 2025-03-17T14:54:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T13:56:13.000Z (over 1 year ago)
- Last Synced: 2025-06-23T02:11:24.538Z (12 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abinit_actions
This repository uses GitHub Actions to test an external repository periodically
and display the test results as a badge.
## How It Works
1. Checks out this repository.
2. Checks out the external repository to test.
3. Sets up Python and installs dependencies.
4. Runs the tests using `pytest`.
## Status
1. Replace `owner/repository-to-test` in `.github/workflows/test-other-repo.yml` with the actual repository you want to test.
2. Modify the `python-version` in the workflow if needed.
3. Commit and push the changes to trigger the first run
