From 1a3893346dbf7a2acc624bd3edaf442bd1ae768c Mon Sep 17 00:00:00 2001 From: dudong2 Date: Thu, 30 Nov 2023 20:31:06 +0900 Subject: [PATCH] test: fix test-solidity add debug go env --- .github/workflows/deploy-contract.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-contract.yml b/.github/workflows/deploy-contract.yml index f1085d9042..1401df9beb 100644 --- a/.github/workflows/deploy-contract.yml +++ b/.github/workflows/deploy-contract.yml @@ -20,14 +20,15 @@ jobs: with: go-version: "1.21" check-latest: true - clean: true - uses: actions/checkout@v3 - name: Use Node.js uses: actions/setup-node@v3 with: node-version: '12.x' - name: Install dependencies - run: npm install + run: | + npm install + go env - uses: technote-space/get-diff-action@v6.1.2 id: git_diff with: @@ -36,8 +37,11 @@ jobs: **/**.go go.mod go.sum + - name: tttt + run: go env - name: Test contract run: | + go env sudo make contract-tools sudo make test-solidity if: env.GIT_DIFF