Skip to content

Commit

Permalink
optimize gh job
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Sep 8, 2024
1 parent 13ccb90 commit c2292dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
sudo make test-e2e-cache-upgrade-signet
e2e-run-bcd-consumer-integration-test:
# needs: [e2e-docker-build-babylon]
needs: [e2e-docker-build-babylon, e2e-docker-build-ibcsim-bcd]
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
Expand All @@ -322,12 +322,12 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build BCD consumer integration images
run: |
make -C contrib/images build-bcd-consumer-integration
# - name: Build BCD consumer integration images
# run: |
# make -C contrib/images build-bcd-consumer-integration
- name: Start BCD consumer integration containers
run: |
make -C contrib/images start-bcd-consumer-integration
sudo make -C contrib/images start-bcd-consumer-integration
- name: Run BCD consumer integration test
run: |
make test-e2e-cache-bcd-consumer-integration

0 comments on commit c2292dc

Please sign in to comment.