From 28691cc2e1c75d5380f244877723dbcea822e7af Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 26 Jul 2023 15:00:23 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e9a2502..48ff9c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,13 +53,12 @@ jobs: test-on-arm: name: Run Tests on Raspberry Pi OS - needs: update-docs runs-on: ubuntu-latest permissions: contents: write steps: - - name: Run Tests on Raspberry Pi OS + - name: Build Raspberry Pi OS uses: pguyot/arm-runner-action@v2 id: build_image env: @@ -79,9 +78,8 @@ jobs: echo $PWD && ls sudo useradd -m -p ${{ secrets.INKY_INITAL_PASSWORD }} inky sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi inky - su - inky + su -c inky whoami - cat /etc/login.defs cd /home/inky sudo apt-get update -y sudo apt-get install python3.9 -y