Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontaneousOverthrow committed Nov 22, 2023
1 parent 8a00347 commit 06773e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/func-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo -e "# Running DKC"
./dkc convert --config ${{matrix.type}}.yaml
echo -e "# Running Checking Accounts"
echo -e "# Comparing Accounts Public Keys"
input_type=$(echo ${{ matrix.type }} | awk -F'-' '{print $1}')
input_path="./${{ matrix.type }}/$input_type"
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
echo -e "Account [$w/$a]: ${red}Fail${nc} ($input_key != $output_key)"
exit 1
fi
echo -e "Checking Account [$w/$a] [$input_key=$output_key]: ${green}OK${nc}"
echo -e "Checking Account [$w/$a]: ${green}OK${nc}"
done;
echo -e "Checking Wallet [$w]: ${green}OK${nc}"
done;
Expand Down

0 comments on commit 06773e9

Please sign in to comment.