Files
laconicd/.gitea/workflows/test-sdk.yml
T
prathamesh 9dc06632a6
Integration Tests / test-integration (pull_request) Failing after 1m13s
Unit Tests / test-unit (pull_request) Successful in 57s
E2E Tests / test-e2e (pull_request) Failing after 56s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 5m28s
SDK Tests / sdk_tests_authority_auctions (pull_request) Successful in 11m1s
SDK Tests / sdk_tests (pull_request) Failing after 14m53s
Revert "Use registry-sdk mainnet branch for tests"
This reverts commit 0615e653f1.
2025-05-13 17:01:24 +05:30

39 lines
899 B
YAML

name: SDK Tests
on:
pull_request:
push:
branches:
- main
- release/**
jobs:
sdk_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout registry-sdk
uses: actions/checkout@v3
with:
path: "./registry-sdk/"
repository: cerc-io/registry-sdk
fetch-depth: 0
ref: main
- name: Environment
run: ls -tlh && env
- name: Build laconicd container
working-directory: tests/sdk_tests
run: ./build-laconicd-container.sh
- name: Build sdk container
working-directory: registry-sdk
run: ./scripts/build-sdk-test-container.sh
- name: Start containers
working-directory: tests/sdk_tests
run: docker compose up -d
- name: Run tests
working-directory: tests/sdk_tests
run: ./run-tests.sh