Skip to content

ci(e2e): fixes funding command #2798

ci(e2e): fixes funding command

ci(e2e): fixes funding command #2798

Workflow file for this run

name: ci pr
# continuous integration on pull requests to main
on:
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
pre-commit:
uses: ./.github/workflows/pre-commit.yml
go-tests:
uses: ./.github/workflows/gotest.yml
go-lint:
uses: ./.github/workflows/golangci-lint.yml
cli-install:
uses: ./.github/workflows/cliinstall.yml
cli-command:
uses: ./.github/workflows/clicommand.yml
sol-tests:
uses: ./.github/workflows/soltest.yml
e2e-tests:
uses: ./.github/workflows/pr-e2etest.yml