Skip to content

Commit

Permalink
GHA: fix mapping for hardware file
Browse files Browse the repository at this point in the history
docker could not find the hardware file that enables tests on DUT

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Oct 31, 2023
1 parent aa733be commit 6163fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common_run_dut_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
image: ghcr.io/nrfconnect/sdk-sidewalk:main
options: --cpus 2 --privileged
volumes:
- /hw_settings/hardware_map.yaml:/hw_settings/hardware_map.yaml
- /hw_settings:/hw_settings
- /dev:/dev
- /run/udev:/run/udev
defaults:
Expand Down

0 comments on commit 6163fc8

Please sign in to comment.