Skip to content

Commit

Permalink
Unit test CI without changedSince flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzalezg9 committed Apr 16, 2024
1 parent 40e029c commit c6e4e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pull_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:

# Fetch master branch and run changing test cases
- name: Run Unit tests
run: |
git fetch --no-tags --depth=1 origin master
git checkout -b master
git checkout -
yarn test
run: yarn test:ci
env:
CI: true
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --coverage=false --changedSince=origin/master",
"test:ci": "jest --ci --coverage",
"test:debug": "jest -o --watch --coverage=false",
"test:updateSnapshots": "jest -u --coverage=false"
},
Expand Down

0 comments on commit c6e4e57

Please sign in to comment.