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 d00901d commit c564de4
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/build-ncs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,20 @@ jobs:
- name: Initialize
shell: bash
run: |
/opt/entrypoint.sh '\
west init -l example-application
west update -o=--depth=1 -n
'
/opt/entrypoint.sh
west init -l example-application
west update -o=--depth=1 -n
- name: Build firmware
working-directory: example-application
shell: bash
run: |
/opt/entrypoint.sh '\
west twister -T app -v --inline-logs --integration
'
/opt/entrypoint.sh
west twister -T app -v --inline-logs --integration
- name: Twister Tests
working-directory: example-application
shell: bash
run: |
/opt/entrypoint.sh '\
west twister -T tests -v --inline-logs --integration
'
/opt/entrypoint.sh
west twister -T tests -v --inline-logs --integration

0 comments on commit c564de4

Please sign in to comment.