From 6cc83a1aba7e46e0da33dec9dfaebf582cbac9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Mon, 22 Apr 2024 12:37:41 +0200 Subject: [PATCH] Adjust HIL workflow --- .github/workflows/HIL_Tests.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/HIL_Tests.yml b/.github/workflows/HIL_Tests.yml index 5c1e4d1..06dac73 100644 --- a/.github/workflows/HIL_Tests.yml +++ b/.github/workflows/HIL_Tests.yml @@ -9,12 +9,16 @@ on: branches: - master -jobs: - PC_Application_RPi5: +jobs: + Get Repository: runs-on: RPi-HIL steps: - uses: actions/checkout@v1 - + + PC_Application_RPi5: + runs-on: RPi-HIL + needs: Get Repository + steps: - name: Install dependencies run: | sudo apt-get update @@ -29,9 +33,8 @@ jobs: Embedded_Firmware: runs-on: RPi-HIL + needs: Get Repository steps: - - uses: actions/checkout@v1 - - name: Install toolchain run: | sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi