Skip to content

Commit

Permalink
add debug output to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Aug 29, 2024
1 parent 6c6e3a4 commit 4d78869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ runs:
- name: Build
shell: bash
env:
DEBUG: mud:*
run: pnpm turbo run build --cache-dir=.turbo --concurrency 10

- name: Outdated files, run `pnpm build` and commit them
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Build
if: steps.check_changes.outputs.changes_outside_docs
shell: bash
env:
DEBUG: mud:*
run: pnpm turbo run build --concurrency 10

- name: Outdated files, run `pnpm build` and commit them
Expand Down

0 comments on commit 4d78869

Please sign in to comment.