Skip to content

Commit f387280

Browse files
committed
CU-868cu9311 Changing build
1 parent 61bfa99 commit f387280

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/react-native-cicd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
run: pnpm test:rntl
8989

9090
build-and-deploy:
91-
needs: test
9291
if: (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')) || github.event_name == 'workflow_dispatch'
9392
strategy:
9493
matrix:

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ module.exports = {
1212
'!**/cli/**',
1313
],
1414
moduleFileExtensions: ['js', 'ts', 'tsx'],
15+
moduleDirectories: ['node_modules', '<rootDir>/'],
1516
transformIgnorePatterns: [
16-
`node_modules/(?!(?:.pnpm/)?((jest-)?react-native|@react-native(-community)?|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|@sentry/.*|native-base|react-native-svg))`,
17+
`node_modules/(?!(?:.pnpm/)?((jest-)?react-native|@react-native(-community)?|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|@sentry/.*|native-base|react-native-svg|@gluestack-ui/.*|lucide-react-native|@tanstack/.*|moti|nativewind|tailwind-variants|@react-native-aria/.*))`,
1718
],
1819
coverageReporters: ['json-summary', ['text', { file: 'coverage.txt' }]],
1920
reporters: [

0 commit comments

Comments
 (0)