Update ghaction template options and version

pull/3537/head
ioedeveloper 2 years ago committed by Aniket
parent 78439ceea2
commit f3ab47af7c
  1. 2
      .github/workflows/run-sut.yml
  2. 17
      libs/remix-ui/workspace/src/lib/utils/constants.ts

@ -14,7 +14,7 @@ jobs:
with:
node-version: 14.17.6
- name: Run SUT Action
uses: EthereumRemix/sol-test@v1
uses: EthereumRemix/sol-test@v1.1
with:
test-path: 'apps/remix-ide/contracts/tests'
compiler-version: '0.8.15'

@ -11,10 +11,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Run SUT Action
uses: EthereumRemix/sol-test@v1
uses: EthereumRemix/sol-test@v1.1
with:
test-path: 'tests'
compiler-version: '0.8.15'
// evm-version: 'berlin'
// optimize: true
// optimizer-runs: 200
// node-url: 'https://mainnet.infura.io/v3/08b2a484451e4635a28b3d8234f24332'
// block-number: 'latest'
// hard-fork: 'merge'
`
export const tsSolTestYml = `
name: Running Mocha Chai Solidity Unit Tests
@ -28,11 +35,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Run Mocha Chai Unit Test Action
uses: EthereumRemix/ts-sol-test@v1.2
uses: EthereumRemix/ts-sol-test@v1.3.1
with:
test-path: 'tests'
contract-path: 'contracts'
compiler-version: '0.8.7'
// evm-version: 'berlin'
// optimize: true
// optimizer-runs: 200
// node-url: 'https://mainnet.infura.io/v3/08b2a484451e4635a28b3d8234f24332'
// block-number: 'latest'
// hard-fork: 'merge'
`
export const slitherYml = `
name: Slither Analysis

Loading…
Cancel
Save