added dependency from Build job to Test job
This commit is contained in:
parent
b8845dfa4d
commit
b45f07a6cb
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
./examples/arduino/compile-examples.sh
|
./examples/arduino/compile-examples.sh
|
||||||
Test:
|
Test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: Build # run after Build job
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user