Skip to content

deployment, integration and PR 3 #19

deployment, integration and PR 3

deployment, integration and PR 3 #19

Workflow file for this run

name: "ETH Cyrograf: unit tests"
on:
pull_request:
branches: [ master ]
paths: [ 'eth/**' ]
jobs:
unit_tests:
runs-on: ubuntu-latest
name: ETH UT
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Environment Setup
uses: actions/setup-node@v4
with:
node-version: latest
- name: Run SUT action with default provider
uses: EthereumRemix/sol-test@v1.2
with:
test-path: 'eth/tests/'
compiler-version: '0.8.26'