Skip to content

Commit

Permalink
fix: remove ICA and fix CI (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis authored Aug 2, 2024
1 parent f207819 commit 9fd2ddd
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 340 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:
test:
uses: babylonchain/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
integration-tests-command: |
make test-e2e
docker_pipeline:
uses: babylonchain/.github/.github/workflows/[email protected]
needs: ["test"]
secrets: inherit
with:
publish: false
dockerfile: ./Dockerfile
repoName: babylon-sdk
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.

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

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

jobs:
test:
uses: babylonchain/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
integration-tests-command: |
make test-e2e
docker_pipeline:
uses: babylonchain/.github/.github/workflows/[email protected]
needs: ["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.

Loading

0 comments on commit 9fd2ddd

Please sign in to comment.