From 802123f996e157641103340b965389270d25c138 Mon Sep 17 00:00:00 2001 From: nfel Date: Wed, 28 Aug 2024 09:04:25 +0000 Subject: [PATCH] Update .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ca0a4bf..7ce9727 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,4 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: test - run: echo ${{ secrets.N1 }} + run: | + wget https://github.com/stellar/stellar-cli/releases/download/v21.4.1/stellar-cli-21.4.1-x86_64-unknown-linux-gnu.tar.gz + tar xzf stellar-cli-21.4.1-x86_64-unknown-linux-gnu.tar.gz + SOROBAN_SECRET_KEY=${{ secrets.N1 }} ./stellar keys add N1 + ./stellar keys address N1 + +