Skip to content

Merge branch 'pastedCodeSafety' of https://github.com/ethereum/remix-… #12110

Merge branch 'pastedCodeSafety' of https://github.com/ethereum/remix-…

Merge branch 'pastedCodeSafety' of https://github.com/ethereum/remix-… #12110

Workflow file for this run

name: Running Solidity Unit Tests
on: [push]
jobs:
run_sol_contracts_job:
runs-on: ubuntu-latest
name: A job to run solidity unit tests on github actions CI
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Environment Setup
uses: actions/setup-node@v3
with:
node-version: 20.0.0
- name: Run SUT Action
uses: EthereumRemix/sol-test@v1
with:
test-path: 'apps/remix-ide/contracts/tests'
compiler-version: '0.8.15'