Skip to content

Commit

Permalink
Merge pull request #4114 from wordpress-mobile/try/running-ui-tests-o…
Browse files Browse the repository at this point in the history
…n-updated-develop

Run UI tests on any updates to develop
  • Loading branch information
guarani authored Nov 10, 2021
2 parents c613d38 + a2f05aa commit f051d30
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ workflows:
- develop
- /^dependabot/submodules/.*/
- /^release.*/
- try/running-ui-tests-on-updated-develop
- ios-device-checks:
name: Test iOS on Device - Full
requires: [ "Optional UI Tests" ]
Expand All @@ -386,6 +387,22 @@ workflows:
filters:
branches:
only: /^dependabot/submodules/.*/
- ios-device-checks:
name: Test iOS on Device - Full (On Develop)
post-to-slack: false
filters:
branches:
only:
- develop
- try/running-ui-tests-on-updated-develop
- android-device-checks:
name: Test Android on Device - Full (On Develop)
post-to-slack: false
filters:
branches:
only:
- develop
- try/running-ui-tests-on-updated-develop
- ios-device-checks:
name: Test iOS on Device - Full (Release)
post-to-slack: true
Expand All @@ -400,7 +417,6 @@ workflows:
branches:
only:
- /^release.*/

ui-tests-full-scheduled:
jobs:
- ios-device-checks:
Expand Down

0 comments on commit f051d30

Please sign in to comment.