Skip to content

Commit

Permalink
install bumble
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed Apr 12, 2024
1 parent db0606e commit c9e8fba
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Path Check
run: ls $GITHUB_WORKSPACE
- name: Initialize
run: |
cd /tmp/
Expand All @@ -26,3 +24,14 @@ jobs:
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/samples/uptime -b native_sim --build-dir $GITHUB_WORKSPACE
test:
needs: build
runs-on: ubuntu-22.04
steps:
- name: Dependencies
run: |
python3 -m pip install bumble==0.0.190
- name: Run Test
run: |
ls

0 comments on commit c9e8fba

Please sign in to comment.