Skip to content

Commit

Permalink
fix: [IA-652] Remove ios-sim package from CI (pagopa#3711)
Browse files Browse the repository at this point in the history
* remove ios-sim installation and use

* temporary remove branch filter

* Revert "temporary remove branch filter"

This reverts commit d8085b8.

* update readme
  • Loading branch information
debiff authored Jan 31, 2022
1 parent 07fa798 commit fcfcc4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,8 @@ jobs:
- run:
name: Install Detox and simulator's utils
command: |
npm install -g ios-sim
brew tap wix/brew
brew install applesimutils
ios-sim showdevicetypes
- run:
name: Prepare build for Detox
Expand Down
1 change: 0 additions & 1 deletion TESTING_E2E.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ As of today, only IOS is supported via Detox.
### Requirements

* [Wix AppleSimulatorUtils](https://github.com/wix/AppleSimulatorUtils)
* [ios-sim](https://www.npmjs.com/package/ios-sim)
* a running instance of [io-dev-api-server
](https://github.com/pagopa/io-dev-api-server) at `http://127.0.0.1:3000` (with the same config available at https://github.com/pagopa/io-app/blob/master/scripts/api-config.json)

Expand Down

0 comments on commit fcfcc4f

Please sign in to comment.