diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index d579160..35c62b6 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -43,12 +43,13 @@ jobs: shell: bash - name: Run tests uses: pguyot/arm-runner-action@v2 - base_image: file://raspios.img - cpu: cortex-a7 - cpu_info: cpuinfo/raspberrypi_3b - commands: | - sudo expect ./tests/run.exp - shell: bash + with: + base_image: file://raspios.img + cpu: cortex-a7 + cpu_info: cpuinfo/raspberrypi_3b + commands: | + sudo expect ./tests/run.exp + shell: bash - name: Copy logs if: always() run: sudo ./tests/image.bash "copy-logs" "raspios.img"