-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |