Skip to content

Commit

Permalink
update ci interchai
Browse files Browse the repository at this point in the history
  • Loading branch information
phamminh0811 committed Jan 29, 2024
1 parent 6a1e16b commit f52d121
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions .github/workflows/interchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,14 @@ permissions:
packages: write

jobs:
build-and-push-image:
build-image:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
- name: Build
id: build_push_image
uses: docker/build-push-action@v3
with:
Expand All @@ -33,8 +27,7 @@ jobs:
push: true
platforms: linux/amd64
tags: |
ghcr.io/terra-classsic/core-ictest:latest
core:local
test-terra-start:
runs-on: ubuntu-latest
needs: build-and-push-image
Expand All @@ -49,8 +42,6 @@ jobs:
uses: actions/checkout@v4

- run: make ictest-start
env:
BRANCH_CI: "latest"

test-ibc-transfer:
runs-on: ubuntu-latest
Expand All @@ -66,8 +57,6 @@ jobs:
uses: actions/checkout@v4

- run: make ictest-ibc
env:
BRANCH_CI: "latest"

test-ibc-hooks:
runs-on: ubuntu-latest
Expand All @@ -83,8 +72,6 @@ jobs:
uses: actions/checkout@v4

- run: make ictest-ibc-hooks
env:
BRANCH_CI: "latest"

test-ibc-pfm:
runs-on: ubuntu-latest
Expand All @@ -100,8 +87,6 @@ jobs:
uses: actions/checkout@v4

- run: make ictest-ibc-pfm
env:
BRANCH_CI: "latest"

test-validator:
runs-on: ubuntu-latest
Expand All @@ -117,5 +102,3 @@ jobs:
uses: actions/checkout@v4

- run: make ictest-validator
env:
BRANCH_CI: "latest"

0 comments on commit f52d121

Please sign in to comment.