We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc71d95 commit 84d2a4eCopy full SHA for 84d2a4e
2 files changed
.github/workflows/ci.yaml
@@ -1,19 +1,13 @@
1
-name: CI
2
-
+name: ci-react-native-workflow
3
on:
4
- push:
5
- branches: [ main ]
6
pull_request:
7
8
+ branches: [ develop ]
9
jobs:
10
- test:
+ check-application:
11
runs-on: ubuntu-latest
12
13
steps:
14
- name: Checkout repository
15
uses: actions/checkout@v3
16
17
- name: Setup Node.js
18
uses: actions/setup-node@v3
19
with:
package.json
@@ -4,7 +4,7 @@
"version": "1.0.0",
"scripts": {
"start": "expo start",
- "test": "jest --watchAll",
+ "test": "jest",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
0 commit comments