Skip to content

Commit

Permalink
chore(CI): trigger e2e tests on JS-only changes (#1910)
Browse files Browse the repository at this point in the history
## Description

Changes in JS may impact components behaviour -> e2e tests should be
triggered

## Changes

Added a trigger event to e2e CI spec


## Test code and steps to reproduce

-

## Checklist

- [ ] Ensured that CI passes
  • Loading branch information
kkafar authored Oct 3, 2023
1 parent bfe5534 commit fd00720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'android/**'
- 'common/**'
- 'Example/**'
- 'TestsExample/**'
- 'src/**'
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'ios/**'
- 'common/**'
- 'Example/**'
- 'TestsExample/**'
- 'src/**'
push:
branches:
- main
Expand Down

0 comments on commit fd00720

Please sign in to comment.