Update registry-sdk repo path in CI (#24)
All checks were successful
Integration Tests / test-integration (push) Successful in 2m47s
E2E Tests / test-e2e (push) Successful in 4m18s
Lint / Run golangci-lint (push) Successful in 5m9s
Unit Tests / test-unit (push) Successful in 2m27s
SDK Tests / sdk_tests_nameservice_expiry (push) Successful in 9m9s
SDK Tests / sdk_tests (push) Successful in 9m37s
SDK Tests / sdk_tests_auctions (push) Successful in 14m49s

Part of https://www.notion.so/Port-laconicd-to-cosmos-sdk-v0-50-x-43b30ab4e33a49c5912ebb2871cb777c

Reviewed-on: cerc-io/laconic2d#24
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
This commit is contained in:
Prathamesh Musale 2024-03-14 09:15:15 +00:00 committed by nabarun
parent 8e9f08b652
commit 1956161316
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
path: "./registry-sdk/" path: "./registry-sdk/"
repository: deep-stack/registry-sdk # Use cerc-io/registry-sdk repository: cerc-io/registry-sdk
fetch-depth: 0 fetch-depth: 0
ref: main ref: main
- name: Environment - name: Environment

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
path: "./registry-sdk/" path: "./registry-sdk/"
repository: deep-stack/registry-sdk # Use cerc-io/registry-sdk repository: cerc-io/registry-sdk
fetch-depth: 0 fetch-depth: 0
ref: main ref: main
- name: Environment - name: Environment

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
path: "./registry-sdk/" path: "./registry-sdk/"
repository: deep-stack/registry-sdk # Use cerc-io/registry-sdk repository: cerc-io/registry-sdk
fetch-depth: 0 fetch-depth: 0
ref: main ref: main
- name: Environment - name: Environment