Skip to content

add migration spell #175

add migration spell

add migration spell #175

Workflow file for this run

# name: "CI Fork"
# on:
# push:
# branches:
# - main
# schedule:
# - cron: "0 13 * * 1"
# env:
# FOUNDRY_PROFILE: ci
# jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Install Foundry
# uses: foundry-rs/foundry-toolchain@v1
# - name: Run tests
# run: forge test --match-path "test/fork/Fork.t.sol"
# env:
# FOUNDRY_PROFILE: ci
# FORK_TESTS: true