Skip to content

<feat>: update wecross demo and scripts to support BCOS3 WASM. #499

<feat>: update wecross demo and scripts to support BCOS3 WASM.

<feat>: update wecross demo and scripts to support BCOS3 WASM. #499

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: unittest
on: [push, pull_request]
jobs:
unittest:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: run ci_check.sh
run: bash .ci/ci_check.sh
- name: upload coverage
run: bash <(curl -s https://codecov.io/bash)