diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5b7db5f..4237938 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,19 +1,13 @@ -name: CI - +name: ci-react-native-workflow on: - push: - branches: [ main ] pull_request: - branches: [ main ] - + branches: [ develop ] jobs: - test: + check-application: runs-on: ubuntu-latest - steps: - name: Checkout repository uses: actions/checkout@v3 - - name: Setup Node.js uses: actions/setup-node@v3 with: diff --git a/package.json b/package.json index c5a42eb..0b72cdb 100644 --- a/package.json +++ b/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",