Add comment to test CI
Some checks failed
Build / cleanup-runs (pull_request) Successful in 15s
Build / build (pull_request) Successful in 1m12s
Dependency Review / dependency-review (pull_request) Successful in 1m14s
Deploy Contract / cleanup-runs (pull_request) Successful in 6s
CodeQL / Analyze (go) (pull_request) Successful in 2m57s
Deploy Contract / deploy (pull_request) Failing after 56s
Pull Request Labeler / triage (pull_request) Failing after 19s
Lint / Run golangci-lint (pull_request) Successful in 2m24s
Lint / Run flake8 on python integration tests (pull_request) Failing after 2m23s
Protobuf / lint (pull_request) Successful in 22s
Protobuf / break-check (pull_request) Failing after 31s
Run Gosec / Gosec (pull_request) Successful in 1m12s
Semgrep / Scan (pull_request) Failing after 1m28s
Tests / cleanup-runs (pull_request) Failing after 3s
Tests / test-unit-cover (pull_request) Successful in 1m24s
Tests / test-rpc (pull_request) Successful in 1m29s
Tests / test-importer (pull_request) Successful in 1m33s
Tests / sdk_tests (pull_request) Failing after 13m46s

This commit is contained in:
Prathamesh Musale 2024-01-22 10:29:40 +05:30
parent 467be48baf
commit ab969e20bf

View File

@ -15,6 +15,7 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
# unit tests
test-unit-cover:
runs-on: ubuntu-latest
steps: