Skip to content

Commit 71f6724

Browse files
author
Saran-386
committed
fix(ci): remove deprecated 'cortex init' from one-liner test workflow
1 parent 2f643e4 commit 71f6724

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/one-liner-test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ jobs:
7070
ldconfig &&
7171
bash install.sh &&
7272
export PATH=\$HOME/.local/bin:\$PATH &&
73-
cortex --version &&
74-
cortex init
75-
"
76-
;;
73+
cortex --version
74+
" ;;
7775
powershell-ps1)
7876
echo "Testing via PowerShell installer..."
7977
powershell -ExecutionPolicy Bypass -File install.ps1
@@ -89,13 +87,10 @@ jobs:
8987
powershell -Command "
9088
\$env:Path += \";\$env:USERPROFILE\.local\bin\"
9189
cortex --version
92-
cortex init
9390
"
9491
else
9592
# Ensure bin dir is in path for the rest of the job
9693
export PATH="$HOME/.local/bin:$PATH"
9794
echo "Checking version..."
9895
cortex --version
99-
echo "Checking init..."
100-
cortex init
10196
fi

0 commit comments

Comments
 (0)