Skip to content

Commit

Permalink
Force github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gosha212 committed Apr 15, 2024
1 parent 62c0bd6 commit 07bc7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ jobs:
echo "Emulator started"
- name: Build for detox
working-directory: examples/demo-react-native
run: |
npm run build:android-debug
- name: Android Detox
working-directory: examples/demo-react-native
run: npm run test:android-debug
1 change: 0 additions & 1 deletion detox/src/DetoxWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,4 @@ class DetoxWorker {
* @type {NodeJS.Global | {}}
*/
DetoxWorker.global = global;

module.exports = DetoxWorker;

0 comments on commit 07bc7d8

Please sign in to comment.