Skip to content

Commit

Permalink
skip all other CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bap2pecs committed Dec 11, 2024
1 parent 910c1ef commit 4300e1a
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,58 +6,58 @@ on:
- '**'

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
go-version: '1.23'
go-lint-version: 'v1.60.2'
run-unit-tests: true
run-lint: true
# lint_test:
# uses: babylonlabs-io/.github/.github/workflows/[email protected]
# secrets: inherit
# with:
# go-version: '1.23'
# go-lint-version: 'v1.60.2'
# run-unit-tests: true
# run-lint: true

e2e_babylon:
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 Babylon tests
run: make test-e2e-babylon
# e2e_babylon:
# 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 Babylon tests
# run: make test-e2e-babylon

e2e_wasmd:
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 Wasmd tests
run: make test-e2e-wasmd
# e2e_wasmd:
# 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 Wasmd tests
# run: make test-e2e-wasmd

e2e_bcd:
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 BCD tests
run: make test-e2e-bcd
# e2e_bcd:
# 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 BCD tests
# run: make test-e2e-bcd

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
# 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 4300e1a

Please sign in to comment.