added dependency from Build job to Test job

This commit is contained in:
Donghoon Park 2024-12-15 04:08:03 +00:00
parent b8845dfa4d
commit b45f07a6cb

View File

@ -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: |