Update repo paths in CI
All checks were successful
Build / build (pull_request) Successful in 2m36s
Lint / Run golangci-lint (pull_request) Successful in 4m34s
E2E Tests / test-e2e (pull_request) Successful in 3m3s
Integration Tests / test-integration (pull_request) Successful in 2m5s
Unit Tests / test-unit (pull_request) Successful in 2m27s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 7m54s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 13m5s
SDK Tests / sdk_tests (pull_request) Successful in 9m17s

This commit is contained in:
Prathamesh Musale 2024-03-14 13:15:24 +05:30
parent 8e9f08b652
commit cabc1de2a4
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