Skip to content

Commit

Permalink
ci: enable op e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Dec 2, 2024
1 parent 90dabfa commit 15f22de
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,16 @@ jobs:
- name: Run e2e BCD tests
run: make test-e2e-bcd

# TODO: disable e2e_op as removing fast sync might introduce nontrivial change
# e2e_op:
# runs-on: ubuntu-22.04
# steps:
# - uses: actions/checkout@v3
# - name: Set up Go
# uses: actions/setup-go@v4
# with:
# go-version: '1.23'
# - name: Set up the devnet data
# run: make op-e2e-devnet
# - name: Run e2e OP tests
# run: make test-e2e-op
e2e_op:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Run e2e OP tests
run: make test-e2e-op

docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
Expand Down

0 comments on commit 15f22de

Please sign in to comment.