From 9f953e6ab13bb33780b07b714c31d43b1c1e3901 Mon Sep 17 00:00:00 2001 From: Runchao Han Date: Wed, 11 Dec 2024 15:08:48 +1100 Subject: [PATCH] add integration e2e ci --- .github/workflows/integration-e2e.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/integration-e2e.yml diff --git a/.github/workflows/integration-e2e.yml b/.github/workflows/integration-e2e.yml new file mode 100644 index 0000000..404af58 --- /dev/null +++ b/.github/workflows/integration-e2e.yml @@ -0,0 +1,16 @@ +name: integration-e2e + +on: + push: + branches: + - '**' + +jobs: + test: + uses: babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@v0.1.0 + with: + run-integration-tests: true + integration-tests-command: | + make build-ibcsim-bcd + make build-babylond + make test-e2e-bcd-consumer-integration