Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
Run tests on Pi 4 and Pi 5 devices
  • Loading branch information
davidplowman authored Oct 27, 2023
1 parent 2599fe2 commit 128630d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:
jobs:
run-test:

runs-on: [ self-hosted ]
runs-on: ${{matrix.device}}

strategy:
matrix:
device: [ pi4-1, pi5-2 ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 128630d

Please sign in to comment.