Files
laconicd/.gitea/workflows/test-sdk-authority-auction.yml
T
prathamesh 0615e653f1
Integration Tests / test-integration (pull_request) Failing after 1m44s
Unit Tests / test-unit (pull_request) Successful in 1m47s
E2E Tests / test-e2e (pull_request) Failing after 1m55s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Failing after 4m25s
SDK Tests / sdk_tests (pull_request) Failing after 4m32s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 10m3s
Use registry-sdk mainnet branch for tests
2025-05-13 12:28:36 +05:30

41 lines
1.0 KiB
YAML

name: SDK Tests
on:
pull_request:
push:
branches:
- main
- release/**
jobs:
sdk_tests_authority_auctions:
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: mainnet
- 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 (auctions enabled)
working-directory: tests/sdk_tests
env:
TEST_AUCTION_ENABLED: true
run: docker compose up -d
- name: Run authority auction tests
working-directory: tests/sdk_tests
run: ./run-tests.sh test:authority-auctions