We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f643e4 commit 71f6724Copy full SHA for 71f6724
1 file changed
.github/workflows/one-liner-test.yml
@@ -70,10 +70,8 @@ jobs:
70
ldconfig &&
71
bash install.sh &&
72
export PATH=\$HOME/.local/bin:\$PATH &&
73
- cortex --version &&
74
- cortex init
75
- "
76
- ;;
+ cortex --version
+ " ;;
77
powershell-ps1)
78
echo "Testing via PowerShell installer..."
79
powershell -ExecutionPolicy Bypass -File install.ps1
@@ -89,13 +87,10 @@ jobs:
89
87
powershell -Command "
90
88
\$env:Path += \";\$env:USERPROFILE\.local\bin\"
91
cortex --version
92
93
"
94
else
95
# Ensure bin dir is in path for the rest of the job
96
export PATH="$HOME/.local/bin:$PATH"
97
echo "Checking version..."
98
99
- echo "Checking init..."
100
101
fi
0 commit comments