test(library-selection): #205 add pass-2 reconciliation regression + CI badges #438
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: Build Apollo3 expLoRaBLE | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "Apollo3 expLoRaBLE" | |
| test-dir: "tests/platform/apollo3_thing_explorable" | |
| env-name: "apollo3_thing_explorable" | |
| firmware-ext: "bin" |