Skip to content

Commit

Permalink
Use e2e test target in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Dec 13, 2024
1 parent 9eb8ef9 commit 5d6fbf1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/integration-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Build IBC Simulator BCD Image
run: make build-ibcsim-bcd

- name: Build Babylond Image
run: make build-babylond

- name: Cache Go
uses: actions/setup-go@v5
with:
go-version: 1.23

- name: Run Integration Tests
run: sudo make test-e2e-bcd-consumer-integration
run: sudo make test-e2e

0 comments on commit 5d6fbf1

Please sign in to comment.