Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiOnishi1129 committed Jul 12, 2024
1 parent fc741dc commit 7d653e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mobile_rn_client_pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm run lint

- name: Test
run: npm run test
run: npm run test:ci

# - name: Build
# run: npm run build
1 change: 1 addition & 0 deletions mobile/rn-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll",
"test:ci": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
Expand Down

0 comments on commit 7d653e1

Please sign in to comment.