Skip to content

Commit

Permalink
added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uddish committed Mar 12, 2024
1 parent 82faf60 commit 5c857dc
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ run_on_release: &run_on_release
branches:
ignore: /.*/


commands:
attach_project:
steps:
Expand Down Expand Up @@ -176,7 +175,6 @@ jobs:
name: Run UI Tests
command: npm run test:ios


release-to-npm:
executor: default
steps:
Expand All @@ -200,7 +198,6 @@ jobs:
name: Publish the package
command: npm publish


workflows:
version: 2.1
build-and-test:
Expand All @@ -223,22 +220,22 @@ workflows:
<<: *run_always
requires:
- install-dependencies
# - android-e2e-test:
# <<: *run_always
# requires:
# - install-dependencies
# - lint
# - typescript
# - unit-tests
# - build-package
# - ios-e2e-test:
# <<: *run_always
# requires:
# - install-dependencies
# - lint
# - typescript
# - unit-tests
# - build-package
- android-e2e-test:
<<: *run_always
requires:
- install-dependencies
- lint
- typescript
- unit-tests
- build-package
- ios-e2e-test:
<<: *run_always
requires:
- install-dependencies
- lint
- typescript
- unit-tests
- build-package
- release-to-npm:
<<: *run_on_release
context:
Expand All @@ -249,5 +246,5 @@ workflows:
- typescript
- unit-tests
- build-package
# - ios-e2e-test
# - android-e2e-test
- ios-e2e-test
- android-e2e-test

0 comments on commit 5c857dc

Please sign in to comment.