Skip to content

Commit

Permalink
Fix workflow formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Jun 2, 2024
1 parent 36dd37f commit be410a9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit be410a9

Please sign in to comment.