Skip to content

Commit 13dfc06

Browse files
committed
workflows update
1 parent a6982ae commit 13dfc06

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
workflow_dispatch:
66
push:
7-
branches: [testing]
7+
branches: [testing, testing-dependabot-merged-83-95-99]
88

99
jobs:
1010
tests:

SmartClothingApp/__test__/archives/SignupScreen_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Alert } from 'react-native';
55
import { act } from 'react-test-renderer';
66
import renderer from 'react-test-renderer';
77
import { waitFor } from '@testing-library/react-native';
8-
import SignupScreen from '../src/screens/SignupScreen/index.jsx';
8+
import SignupScreen from '../../src/screens/SignupScreen/index.jsx';
99

1010
// Mock dependencies or Redux actions as needed
1111
jest.mock('react-redux', () => ({

SmartClothingApp/package-lock.json

+3-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)