Update ci job name and version

pull/5370/head
ioedeveloper 2 years ago committed by Aniket
parent 34d72ebea4
commit 1c017c4868
  1. 6
      libs/remix-ui/workspace/src/lib/utils/constants.ts

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

Loading…
Cancel
Save