Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch for E2E tests #176

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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