Skip to content

Commit

Permalink
revert CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bap2pecs committed Dec 11, 2024
1 parent 4300e1a commit 84ebfaa
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,61 +6,61 @@ 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]
secrets: inherit
with:
publish: true
publish: false

0 comments on commit 84ebfaa

Please sign in to comment.