Update ci job name and version

pull/3299/head
ioedeveloper 2 years ago committed by Aniket
parent cfc222f466
commit d5e27250e2
  1. 6
      libs/remix-ui/workspace/src/lib/utils/constants.ts

@ -17,7 +17,7 @@ jobs:
compiler-version: '0.8.15'
`
export const tsSolTestYml = `
name: ts-sol-test
name: Running Mocha Chai Solidity Unit Tests
on: [push]
jobs:
@ -27,8 +27,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run SUT Action
uses: EthereumRemix/ts-sol-test@v1
- name: Run Mocha Chai Unit Test Action
uses: EthereumRemix/ts-sol-test@v1.1
with:
test-path: 'tests'
contract-path: 'contracts'

Loading…
Cancel
Save