Skip to content

Commit

Permalink
commment out contract test
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai committed Oct 9, 2024
1 parent f233ce0 commit b37583a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: pr_check

on:
push:
branches: [ "develop", "pull-request" ]
branches: [ "develop"]
pull_request:
branches: [ "develop", "pull-request" ]
branches: [ "develop"]

jobs:
build:
Expand All @@ -23,21 +23,21 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '21.x'
# - name: Setup Node.js
# uses: actions/setup-node@v4
# with:
# node-version: '21.x'

- name: Run Unit tests for smart-contract
run: make contract_test
# - name: Run tests for smart-contract
# run: make contract_test

- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.22

- name: Run Unit tests.
run: make unit_test
- name: Run unit tests.
run: make test

- name: Upload Coverage report to CodeCov
uses: codecov/[email protected]
Expand Down

0 comments on commit b37583a

Please sign in to comment.