Update .gitea/workflows/test.yaml
This commit is contained in:
parent
0cf1595661
commit
802123f996
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user