Skip to content

feat: Local UniswapV3 Markets #1343

feat: Local UniswapV3 Markets

feat: Local UniswapV3 Markets #1343

Workflow file for this run

name: E2E tests
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.2
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/*.go
go.mod
go.sum
- name: tests
if: env.GIT_DIFF
run: |
make test-integration