From 280c30f57527dff8f13615c8b533ac8315de6500 Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Tue, 23 Jan 2024 11:59:24 -0800 Subject: [PATCH] test --- .github/workflows/main.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5e34f249..1ddb1acc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -163,7 +163,7 @@ jobs: if: contains(fromJSON('["aries-endorser-agent","aries-endorser-backup","aries-endorser-api","aries-endorser-proxy"]'), matrix.service) env: service: ${{ matrix.service }} - + deploy2dev: needs: build env: @@ -182,6 +182,11 @@ jobs: - service: aries-endorser-api steps: + - name: id + run: | + echo '${need_small}' + env: + need_samll: needs - name: Checkout uses: actions/checkout@v3