diff --git a/.github/workflows/test_commands.yml b/.github/workflows/test_commands.yml index 648becc5e..d85dd03ae 100644 --- a/.github/workflows/test_commands.yml +++ b/.github/workflows/test_commands.yml @@ -58,7 +58,7 @@ jobs: newt new project cp -r .github/targets/nordic_pca10056_btshell project/targets cd project/ - newt upgrade -v --escape=false apache-mynewt-core apache-mynewt-nimble + newt upgrade -v --escape=false newt info newt build nordic_pca10056_btshell newt create-image nordic_pca10056_btshell 1.0.0 diff --git a/.github/workflows/test_sysinit.yml b/.github/workflows/test_sysinit.yml index 13b078701..7da531cf5 100644 --- a/.github/workflows/test_sysinit.yml +++ b/.github/workflows/test_sysinit.yml @@ -58,7 +58,7 @@ jobs: newt new project cp -r .github/targets/nordic_pca10056_btshell project/targets cd project/ - newt upgrade -v --escape=false apache-mynewt-core apache-mynewt-nimble + newt upgrade -v --escape=false newt info newt target sysinit brief nordic_pca10056_btshell > tmp.txt diff -w tmp.txt ../.github/newt_sysinit/expected.txt