Update .gitea/workflows/test.yaml
This commit is contained in:
parent
802123f996
commit
3323ca8a65
@ -1,19 +1,23 @@
|
||||
name: Build Docker Image
|
||||
run-name: 🛠️🐳
|
||||
name: SM
|
||||
run-name: 🕵️
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
secret-manger:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: test
|
||||
- name: Dep Install
|
||||
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
|
||||
|
||||
|
||||
curl -sSL https://github.com/stellar/stellar-cli/releases/download/v21.4.1/stellar-cli-21.4.1-x86_64-unknown-linux-gnu.tar.gz | tar xz
|
||||
mv ./stellar /usr/local/bin
|
||||
- name: Add KeyPairs
|
||||
run: |
|
||||
SOROBAN_SECRET_KEY=${{ secrets.N1 }} stellar keys add N1
|
||||
stellar keys address N1
|
||||
SOROBAN_SECRET_KEY=${{ secrets.N2 }} stellar keys add N2
|
||||
stellar keys address N2
|
||||
SOROBAN_SECRET_KEY=${{ secrets.N3 }} stellar keys add N3
|
||||
stellar keys address N3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user