Skip to content

Commit

Permalink
ci: remove changedSince in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhyen99 committed Sep 11, 2024
1 parent 2edf0a1 commit f0ae159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Run tests
run: |
yarn jest --changedSince=origin/next --ci --json --coverage --testLocationInResults --outputFile=report.json
yarn jest --ci --json --coverage --testLocationInResults --outputFile=report.json
- name: Coverage
uses: artiomtr/jest-coverage-report-action@v2
Expand Down

0 comments on commit f0ae159

Please sign in to comment.