Skip to content

Commit

Permalink
Renames files so they don't run on frontend ci. Changes release build…
Browse files Browse the repository at this point in the history
… behavior in detoxrc to work on github workflow.
  • Loading branch information
cimigree committed Nov 5, 2024
1 parent 70ef194 commit d8fd9f3
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
type: 'android.apk',
binaryPath: 'android/app/build/outputs/apk/release/app-release.apk',
build:
'cd android && EXPO_PUBLIC_IS_E2E=TRUE ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release -PreactNativeArchitectures=arm64-v8a,armeabi-v7a',
'cd android && EXPO_PUBLIC_IS_E2E=TRUE ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release',
},
'android.cloud.release': {
type: 'android.cloud',
Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions e2e-detox/flow.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import './common/launch-app';
import './onboarding/data-privacy';
import './onboarding/privacy-policy';
import './onboarding/create-device-name';
import './onboarding/edit-device-name';
5 changes: 0 additions & 5 deletions e2e-detox/flow.test.ts

This file was deleted.

2 changes: 1 addition & 1 deletion e2e-detox/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const config = {
preset: 'ts-jest',
rootDir: '..',
testMatch: ['<rootDir>/e2e-detox/flow.test.ts'],
testMatch: ['<rootDir>/e2e-detox/flow.spec.ts'],
testTimeout: 120000,
maxWorkers: 1,
globalSetup: 'detox/runners/jest/globalSetup',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d8fd9f3

Please sign in to comment.