Skip to content

Commit

Permalink
Merge branch 'tests' of https://github.com/vChavezB/ble_utils into tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed Apr 13, 2024
2 parents 9d86c08 + 0005281 commit 7ccbc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
- name: Build Central
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/tests/renode/uptime_central -b $BOARD --build-dir $GITHUB_WORKSPACE/tests/renode/uptime_central/build
west build $GITHUB_WORKSPACE/tests/renode/ble_central -b $BOARD --build-dir $GITHUB_WORKSPACE/tests/renode/ble_central/build
- name : Upload Firmware
uses: actions/upload-artifact@v4
with:
name: zephyr-build
path: |
samples/uptime/build/zephyr/zephyr.elf
test/renode/uptime_central/build/zephyr/zephyr.elf
tests/renode/ble_central/build/zephyr/zephyr.elf
test:
needs: build
Expand Down

0 comments on commit 7ccbc20

Please sign in to comment.