Skip to content

Commit

Permalink
ci: add circleci integration test job
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed Mar 1, 2021
1 parent b2dfd2b commit 5bce9d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@ jobs:
- store_artifacts:
path: integration-tests/images/__diff_output__

integration_tests_local_plugins:
executor: node
steps:
- e2e-test:
test_path: integration-tests/local-plugins

e2e_tests_path-prefix:
<<: *e2e-executor
environment:
Expand Down

0 comments on commit 5bce9d4

Please sign in to comment.