From 1c017c4868202a9bd2cc2722b9321150014ce97d Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Mon, 16 Jan 2023 19:59:19 +0100 Subject: [PATCH] Update ci job name and version --- libs/remix-ui/workspace/src/lib/utils/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/remix-ui/workspace/src/lib/utils/constants.ts b/libs/remix-ui/workspace/src/lib/utils/constants.ts index cf565fca53..06580a1e6b 100644 --- a/libs/remix-ui/workspace/src/lib/utils/constants.ts +++ b/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'