Skip to content

Commit 84d2a4e

Browse files
committed
ci: ajusta workflow
1 parent dc71d95 commit 84d2a4e

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
name: CI
2-
1+
name: ci-react-native-workflow
32
on:
4-
push:
5-
branches: [ main ]
63
pull_request:
7-
branches: [ main ]
8-
4+
branches: [ develop ]
95
jobs:
10-
test:
6+
check-application:
117
runs-on: ubuntu-latest
12-
138
steps:
149
- name: Checkout repository
1510
uses: actions/checkout@v3
16-
1711
- name: Setup Node.js
1812
uses: actions/setup-node@v3
1913
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"scripts": {
66
"start": "expo start",
7-
"test": "jest --watchAll",
7+
"test": "jest",
88
"reset-project": "node ./scripts/reset-project.js",
99
"android": "expo start --android",
1010
"ios": "expo start --ios",

0 commit comments

Comments
 (0)