Skip to content

Commit

Permalink
CI: Show full types diff
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Apr 4, 2024
1 parent d40fd56 commit 4373f50
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 @@ -67,6 +67,6 @@ jobs:
- run: yarn run build
- run: yarn run build:types:packages:no-install
- name: Show diff
run: git diff --submodule | cat
run: (cd ./types && git diff | cat)
- run: yarn install
- run: NODE_OPTIONS=--max_old_space_size=9216 yarn run validate:types:packages

0 comments on commit 4373f50

Please sign in to comment.