Skip to content

Commit

Permalink
refactor: include src and detox folders for tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Nov 30, 2023
1 parent 7d01912 commit 9235de3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- 'package.json'
- 'android/**'
- 'example/**'
- 'detox/**'
- 'src/**'
push:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- 'package.json'
- 'ios/**'
- 'example/**'
- 'detox/**'
- 'src/**'
push:
branches:
- main
Expand Down

0 comments on commit 9235de3

Please sign in to comment.