fix(rockcraft_lpci_build): both build-base and build_base are allowed #11
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: Tests | |
on: | |
push: | |
jobs: | |
test-rockcraft-lpci-build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-python@v5 | |
- run: pip install -r rockcraft_lpci_build/requirements.test.txt | |
- run: pytest rockcraft_lpci_build/tests/ -vvv -s -rP --log-cli-level=INFO |