Skip to content

Commit 57a0dff

Browse files
committed
Debugging
1 parent ce4bf82 commit 57a0dff

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pending-changes.yml

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

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

0 commit comments

Comments
 (0)