Skip to content

chore: add Reason() method to VmError interface #30

chore: add Reason() method to VmError interface

chore: add Reason() method to VmError interface #30

Workflow file for this run

name: Deploy Contract
on:
pull_request:
branches:
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "12.x"
- name: Install dependencies
run: npm install
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/**.sol
**/**.go
go.mod
go.sum
- name: Test contract
run: |
sudo make contract-tools
sudo make test-contract
if: env.GIT_DIFF