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
|
||||
Test:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Build # run after Build job
|
||||
steps:
|
||||
- name: test
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user