| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| name: Unit Test | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| permissions: {} | |
| jobs: | |
| unit-test: | |
| uses: sxzz/workflows/.github/workflows/unit-test.yml@main | |
| # coverage: | |
| # uses: sxzz/workflows/.github/workflows/coverage.yml@main | |
| # needs: unit-test | |
| # permissions: | |
| # id-token: write |
| Back | FazBrowse Home | New Git URL |