Skip to content

Fixing almost all e2e cases. Added Mainnet deployment configuration. … #1513

Fixing almost all e2e cases. Added Mainnet deployment configuration. …

Fixing almost all e2e cases. Added Mainnet deployment configuration. … #1513

# Runs a local ethereum network and tests contracts.
name: Solidity tests
on:
pull_request:
branches:
- master
push:
branches:
- master
workflow_call:
jobs:
test:
name: Test solidity contracts
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
shell: bash
run: make test-solidity