Fix test_tripwire_uname_get_machine on macOS (#270) #142
This file contains 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: # yamllint disable-line rule:truthy | |
push: | |
branches: ['master'] | |
pull_request: | |
jobs: | |
pytest: | |
uses: ros-infrastructure/ci/.github/workflows/pytest.yaml@main | |
yamllint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: yamllint -f github . |