Add support for dependencies that aren't package names (#724) #684
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run tests | |
| on: | |
| push: | |
| branches: ['master'] | |
| pull_request: | |
| jobs: | |
| pytest: | |
| uses: colcon/ci/.github/workflows/pytest.yaml@main | |
| secrets: | |
| CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | |
| bootstrap: | |
| uses: ./.github/workflows/bootstrap.yaml |