Skip to content

Commit fb5248f

Browse files
committed
Debugging
1 parent ce4bf82 commit fb5248f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/pending-changes.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
with:
2222
install-dependencies: true
2323

24-
- uses: nickcharlton/diff-check@main
25-
with:
26-
command: pnpm dev & pnpm run compile
24+
- name: Testing
25+
run: pnpm dev & pnpm run compile:search-index
2726
env:
2827
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
28+
29+
- name: Diff
30+
run: git diff

0 commit comments

Comments
 (0)