Skip to content

Commit

Permalink
chore: turn back to e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Aug 2, 2024
1 parent 2500087 commit d1ef810
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ on:

jobs:
lint_test:
runs-on: ubuntu-latest
steps:
- uses: jlumbroso/free-disk-space@main
# - uses: babylonchain/.github/.github/workflows/[email protected]
# with:
# run-unit-tests: true
# run-integration-tests: true
# run-lint: true
# integration-tests-command: |
# sudo make test-e2e
uses: babylonchain/.github/.github/workflows/[email protected]
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/[email protected]
Expand Down

0 comments on commit d1ef810

Please sign in to comment.