Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rajpalc7 committed Jan 23, 2024
1 parent 69ff2dc commit 280c30f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 280c30f

Please sign in to comment.