Skip to content

Commit

Permalink
try gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Aug 2, 2024
1 parent d82966b commit a45a7f6
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 264 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ci

on:
push:
branches:
- '**'

jobs:
lint_test:
uses: babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@v0.1.0
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
integration-tests-command: |
sudo make test-e2e
docker_pipeline:
uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@v0.1.0
secrets: inherit
with:
publish: false
dockerfile: ./contrib/images/babylond/Dockerfile
repoName: babylond
35 changes: 0 additions & 35 deletions .github/workflows/codeql-analizer.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/docker.yaml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: docker_publish

on:
push:
branches:
- 'main'
- 'dev'
tags:
- '*'

jobs:
lint_test:
uses: babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@v0.1.0
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
integration-tests-command: |
sudo make test-e2e
docker_pipeline:
uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@v0.1.0
needs: ["lint_test"]
secrets: inherit
with:
publish: true
dockerfile: ./Dockerfile
repoName: babylon-sdk
38 changes: 0 additions & 38 deletions .github/workflows/release.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/starship-e2e-tests.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit a45a7f6

Please sign in to comment.