Skip to content

Commit

Permalink
running tests concurrently to speed up run times
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jul 10, 2023
1 parent e8d20cc commit 3d805bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
node -v
IGNORE_BOXLOGS_DEVELOPMENT="true" FORCE_BUNDLING=true yarn test:e2e:android:bitrise:debug --testNamePattern='Smoke'
IGNORE_BOXLOGS_DEVELOPMENT="true" FORCE_BUNDLING=true yarn test:e2e:android:bitrise:debug --testNamePattern='Smoke' --maxWorkers 2
title: Detox Build & Test
is_always_run: false
- custom-test-results-export@1:
Expand Down Expand Up @@ -362,7 +362,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
node -v
IGNORE_BOXLOGS_DEVELOPMENT="true" FORCE_BUNDLING=true yarn test:e2e:ios:debug --testNamePattern='Smoke'
IGNORE_BOXLOGS_DEVELOPMENT="true" FORCE_BUNDLING=true yarn test:e2e:ios:debug --testNamePattern='Smoke' --maxWorkers 2
title: Detox Build & Test
is_always_run: false
- custom-test-results-export@1:
Expand Down

0 comments on commit 3d805bd

Please sign in to comment.