From feed6126ab8f4992582b9b970c5f4db46ce34f57 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 12 Nov 2024 11:17:11 +0100 Subject: [PATCH] ci: Add smoke test for newt upgrade --shallow=1 This is used in core CI but was not tested here. --- .github/workflows/test_commands.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_commands.yml b/.github/workflows/test_commands.yml index 648becc5e..d0b72d667 100644 --- a/.github/workflows/test_commands.yml +++ b/.github/workflows/test_commands.yml @@ -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