This commit is contained in:
Acid Chicken (硫酸鶏) 2019-07-02 00:16:17 +09:00
parent 3bdf54164a
commit 31a3c4b272
No known key found for this signature in database
GPG Key ID: 5388F56C75B677A1

View File

@ -119,7 +119,7 @@ jobs:
actual="v$(cat package.json | jq -r '.version' | awk -F. '{print $1}')"
if [ $excepted = $actual ]
then
yarn init || echo -e '\033[0;33mInitialization Not Required\033[0;39m'
yarn run init || echo -e '\033[0;33mInitialization Not Required\033[0;39m'
yarn test
else
echo -e '\033[0;33mTest Aborted\033[0;39m'