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

Try running UI tests on any updates to develop #4114

Merged
merged 6 commits into from
Nov 10, 2021
Merged
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
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
guarani marked this conversation as resolved.
Show resolved Hide resolved
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