Skip to content

Commit

Permalink
Merge branch 'current' into cc-globalconnection-docupdateRW
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Aug 22, 2024
2 parents da80b10 + 96a5897 commit 30d2494
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ unit_tests:
unit_tests:
- name: test_is_valid_email_address
model: my_model
versions:
include:
- 2
versions:
include:
- 2
...

# my test_is_valid_email_address unit test will run on all versions EXCEPT 1 of my_model
unit_tests:
- name: test_is_valid_email_address
model: my_model
versions:
exclude:
- 1
versions:
include:
- 1
...

```
```

0 comments on commit 30d2494

Please sign in to comment.