Skip to content

Commit ff448b0

Browse files
committed
ci: Add smoke test for newt upgrade --shallow=1
This is used in core CI but was not tested here.
1 parent 1dc2b53 commit ff448b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_commands.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
newt target cmake nordic_pca10056_btshell
8484
newt target dep nordic_pca10056_btshell
8585
newt target revdep nordic_pca10056_btshell
86+
rm -rf repos
87+
newt upgrade --shallow=1
88+
newt upgrade -v
8689
rm -rf repos/apache-mynewt-mcumgr
8790
newt upgrade -v
8891
- name: Test commands 2

0 commit comments

Comments
 (0)