mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-20 15:40:38 +01:00
Adjust HIL workflow
This commit is contained in:
parent
6cc83a1aba
commit
b09f409509
6
.github/workflows/HIL_Tests.yml
vendored
6
.github/workflows/HIL_Tests.yml
vendored
|
|
@ -10,14 +10,14 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
Get Repository:
|
||||
Get_Repository:
|
||||
runs-on: RPi-HIL
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
PC_Application_RPi5:
|
||||
runs-on: RPi-HIL
|
||||
needs: Get Repository
|
||||
needs: Get_Repository
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
Embedded_Firmware:
|
||||
runs-on: RPi-HIL
|
||||
needs: Get Repository
|
||||
needs: Get_Repository
|
||||
steps:
|
||||
- name: Install toolchain
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue