Skip to content

Commit

Permalink
GHA: check hardware_map for dut tests
Browse files Browse the repository at this point in the history
check hardware

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Oct 31, 2023
1 parent 6163fc8 commit 9f40048
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/common_run_dut_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
with:
path: sidewalk

- name: check hw_settings
run: |
ls -lah /hw_settings
file /hw_settings/hardware_map.yaml
cat /hw_settings/hardware_map.yaml
- name: Install Python dependencies
run: |
python3 -m pip install -r sidewalk/scripts/ci/requirements.txt
Expand Down

0 comments on commit 9f40048

Please sign in to comment.