We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78f093 commit 3c5f14dCopy full SHA for 3c5f14d
.github/workflows/examples-nrfconnect.yaml
@@ -86,6 +86,7 @@ jobs:
86
scripts/run_in_build_env.sh "./scripts/tools/nrfconnect/tests/test_generate_factory_data.py"
87
- name: Run unit tests for Zephyr native_posix_64 platform
88
run: |
89
+ find out -name 'flash.bin' -exec rm {} \;
90
scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target nrf-native-sim-tests build"
91
- name: Uploading Failed Test Logs
92
uses: actions/upload-artifact@v4
0 commit comments