Skip to content

Commit

Permalink
Pass --diffBase to test-all (DefinitelyTyped#68428)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Feb 1, 2024
1 parent 60a070b commit a7ac1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- run: pnpm ls

- run: pnpm run test-all --shardCount ${{ matrix.shardCount }} --shardId ${{ matrix.shardId }}
- run: pnpm run test-all --diffBase HEAD^1 --shardCount ${{ matrix.shardCount }} --shardId ${{ matrix.shardId }}
if: ${{ github.event_name != 'schedule' }}

- run: pnpm dtslint-runner --path . --selection all --onlyTestTsNext --shardCount ${{ matrix.shardCount }} --shardId ${{ matrix.shardId }}
Expand Down

0 comments on commit a7ac1ac

Please sign in to comment.