Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored Apr 12, 2024
1 parent 8638440 commit 5a6a943
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@ on:
pull_request:

jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Dependencies
run: |
python3 -m pip install bumble==0.0.190
- name: Checkout
uses: actions/checkout@v3
- name: Run Test
run: |
python3 test/bumble/controllers.py tcp-server:_:9000 tcp-server:_:9001 &
sleep 5

build:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -46,3 +34,17 @@ jobs:
name: posix-build
path: |
$GITHUB_WORKSPACE/build/zephyr/zephyr.exe
test:
needs: build
runs-on: ubuntu-22.04
steps:
- name: Dependencies
run: |
python3 -m pip install bumble==0.0.190
- name: Checkout
uses: actions/checkout@v3
- name: Run Test
run: |
python3 test/bumble/controllers.py tcp-server:_:9000 tcp-server:_:9001 &
sleep 5

0 comments on commit 5a6a943

Please sign in to comment.