Skip to content

Commit

Permalink
chore: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Nov 17, 2023
1 parent 488b82f commit 33028db
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/actions/setup-subtopia-registry/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,16 @@ runs:
cd registry-infra
poetry run pipx install algokit
algokit localnet start
- name: Setup localnet registry
shell: bash
env:
LOCALNET_APP_IDS_PATH: ${{ github.workspace }}/.env
CHAIN_TYPE: localnet
run: |
cp .env.template .env
cd registry-infra
poetry install
cat ${{ github.workspace }}/.env
poetry run python3 admin_scripts/deploy_localnet_infra.py
cat ${{ github.workspace }}/.env

0 comments on commit 33028db

Please sign in to comment.