Skip to content

Commit 34662a9

Browse files
committed
path
1 parent 0a5b672 commit 34662a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rngh-api-v3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- packages/react-native-gesture-handler/src/v3/**
77
- packages/react-native-gesture-handler/src/__tests__/RelationsTraversal.test.tsx
8-
- packages/react-native-gesture-handler/src/__tests__/API_V3.test.tsx
8+
- packages/react-native-gesture-handler/src/__tests__/api_v3.test.tsx
99
push:
1010
branches:
1111
- main
@@ -35,4 +35,4 @@ jobs:
3535

3636
- name: Run tests
3737
working-directory: packages/react-native-gesture-handler
38-
run: yarn test RelationsTraversal API_V3
38+
run: yarn test RelationsTraversal api_v3

0 commit comments

Comments
 (0)