Skip to content

refactor(ContractCallResult): Added errorMessage, plain value a… #785

refactor(ContractCallResult): Added errorMessage, plain value a…

refactor(ContractCallResult): Added errorMessage, plain value a… #785

Workflow file for this run

name: Main CI
on:
push:
branches:
- 'main'
- 'main-*'
jobs:
install-build:
uses: ./.github/workflows/build-lint.yml
secrets: inherit
unit-integration-test:
uses: ./.github/workflows/unit-integration-test.yml
secrets: inherit
unit-integration-test-browser:
uses: ./.github/workflows/unit-integration-test-browser.yml
secrets: inherit