Skip to content

chore: add CI/CD basics for Cairo and Solidity contracts #11

chore: add CI/CD basics for Cairo and Solidity contracts

chore: add CI/CD basics for Cairo and Solidity contracts #11

Workflow file for this run

name: ETH YABTransfer Tests
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test-ETH:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
run: make ethereum-test