Skip to content

Commit

Permalink
ci: Add smoke test for newt upgrade --shallow=1
Browse files Browse the repository at this point in the history
This is used in core CI but was not tested here.
  • Loading branch information
sjanc committed Nov 12, 2024
1 parent 1dc2b53 commit feed612
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
newt target cmake nordic_pca10056_btshell
newt target dep nordic_pca10056_btshell
newt target revdep nordic_pca10056_btshell
rm -rf repos
newt upgrade --shallow=1
newt upgrade -v
rm -rf repos/apache-mynewt-mcumgr
newt upgrade -v
- name: Test commands 2
Expand Down

0 comments on commit feed612

Please sign in to comment.