Skip to content

Commit

Permalink
Rename basic e2e tests as integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Dec 14, 2024
1 parent 43b94d4 commit 148e352
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: false
run-integration-tests: true
integration-tests-command: |
make test-e2e
make test-integration
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ test:
$(MAKE) -C demo test
$(MAKE) -C x test

test-integration:
$(MAKE) -C tests/e2e/ test

test-e2e: build-docker-e2e test-e2e-cache

test-e2e-cache:
$(MAKE) -C tests/e2e/ test
$(MAKE) test-e2e-bcd-consumer-integration

clean-e2e:
Expand Down

0 comments on commit 148e352

Please sign in to comment.