Update .gitea/workflows/test.yaml
This commit is contained in:
parent
802123f996
commit
3323ca8a65
@ -1,19 +1,23 @@
|
|||||||
name: Build Docker Image
|
name: SM
|
||||||
run-name: 🛠️🐳
|
run-name: 🕵️
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
secret-manger:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: Dep Install
|
||||||
run: |
|
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
|
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
|
||||||
tar xzf stellar-cli-21.4.1-x86_64-unknown-linux-gnu.tar.gz
|
mv ./stellar /usr/local/bin
|
||||||
SOROBAN_SECRET_KEY=${{ secrets.N1 }} ./stellar keys add N1
|
- name: Add KeyPairs
|
||||||
./stellar keys address N1
|
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