Skip to content

Commit

Permalink
Adjust HIL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Apr 22, 2024
1 parent 6cc83a1 commit b09f409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/HIL_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -33,7 +33,7 @@ jobs:

Embedded_Firmware:
runs-on: RPi-HIL
needs: Get Repository
needs: Get_Repository
steps:
- name: Install toolchain
run: |
Expand Down

0 comments on commit b09f409

Please sign in to comment.