Skip to content

Commit

Permalink
Draft
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalda-nsc committed Mar 27, 2024
1 parent fbd20dd commit 32287e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ncs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ jobs:
shell: bash
run: |
source /opt/entrypoint.sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/ncs/toolchains/2be090971e/opt/nanopb/generator-bin
west twister -T app -v --inline-logs --integration
- name: Twister Tests
working-directory: example-application
shell: bash
run: |
source /opt/entrypoint.sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/ncs/toolchains/2be090971e/opt/nanopb/generator-bin
west twister -T tests -v --inline-logs --integration

0 comments on commit 32287e8

Please sign in to comment.