From 17764e88b39a0675e45b967421f5faa6197228f9 Mon Sep 17 00:00:00 2001 From: Namrata Bhave Date: Thu, 25 Jan 2024 16:20:47 +0530 Subject: [PATCH] Correct alignment --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28e437a..583184e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,9 +99,9 @@ jobs: apt-get update -y DEBIAN_FRONTEND=noninteractive apt-get install -y rebar3 gcc libssl-dev run: | - echo "---rebar3 as test get-deps---" - rebar3 as test get-deps - echo "---rebar3 as test compile---" - rebar3 as test compile - echo "---rebar3 as test ct---" - rebar3 as test ct + echo "---rebar3 as test get-deps---" + rebar3 as test get-deps + echo "---rebar3 as test compile---" + rebar3 as test compile + echo "---rebar3 as test ct---" + rebar3 as test ct