Skip to content

Commit

Permalink
Build with contracts & contract unit test(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Feb 2, 2023
1 parent fd5c80f commit cbf3b51
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ jobs:
submodules: 'recursive'
token: ${{ steps.auth.outputs.token }}

# - name: Download CDT
# uses: AntelopeIO/asset-artifact-download-action@v2
# with:
# owner: AntelopeIO
# repo: cdt
# target: 'v3.1.0'
# prereleases: false
# file: 'cdt_.*amd64.deb'
# token: ${{ secrets.GITHUB_TOKEN }}
- name: Download CDT
uses: AntelopeIO/asset-artifact-download-action@v2
with:
owner: AntelopeIO
repo: cdt
target: 'v3.1.0'
prereleases: false
file: 'cdt_.*amd64.deb'
token: ${{ secrets.GITHUB_TOKEN }}

# - name: Install CDT
# run: sudo apt-get install -y ./cdt*.deb
- name: Install CDT
run: sudo apt-get install -y ./cdt*.deb

# - name: Build TrustEVM Contract
# run: .github/workflows/build-contract.sh
- name: Build TrustEVM Contract
run: .github/workflows/build-contract.sh

# - name: Upload Artifacts
# uses: actions/upload-artifact@v3
# with:
# name: contract.tar.gz
# path: contract.tar.gz
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: contract.tar.gz
path: contract.tar.gz

- name: Download Leap - dev binary
uses: AntelopeIO/asset-artifact-download-action@v2
Expand Down

0 comments on commit cbf3b51

Please sign in to comment.