Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Sep 12, 2024
1 parent 9bcfcc4 commit 28ed712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:
run: pnpm exec turbo telemetry disable
- name: 🔨 Build
run: pnpm run build
- run: git diff
- name: 🧹 Check for deduped dependencies
run: pnpm exec turbo check-deduped-deps
run: pnpm exec turbo check-deduped-deps --ignore-scripts
- name: 🕵️ Merge Checks
run: pnpm run merge-checks
- name: ⚙️ Upload GPA Calculator
Expand Down

0 comments on commit 28ed712

Please sign in to comment.