Skip to content

Commit

Permalink
gha: clean .west before running tests on self hosted runners
Browse files Browse the repository at this point in the history
nrf was not updated during the action

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed May 6, 2024
1 parent 2f8856f commit f71c851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests_dut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

- name: update NRF
run: |
rm -rf .west nrf
cd sidewalk && git rev-parse HEAD > /workdir/sidewalk_hash; cd ..
west init -m https://github.com/nrfconnect/sdk-nrf --mr main .
cd nrf
Expand Down Expand Up @@ -165,4 +166,4 @@ jobs:
- name: clean artifacts
if: always()
run: |
rm -rf PACKAGE_ARTIFACTS_* twister-out
rm -rf PACKAGE_ARTIFACTS_* twister-out .west

0 comments on commit f71c851

Please sign in to comment.