Skip to content

check: fee distribution on failed tx #268

check: fee distribution on failed tx

check: fee distribution on failed tx #268

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@v4
with:
go-version: 1.22.5
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: |
go work init && make test-e2e