Merge pull request #122 from rhubert/swi-prolog #5
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: recipes-test | |
| description: Run bob ls on test recipes | |
| "on": [push, pull_request] | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Setup Bob | |
| run: python -m pip install BobBuildTool | |
| - name: Fetch layers | |
| run: bob -C tests/buildall layers update | |
| - name: Run bob ls | |
| run: bob -C tests/buildall ls |