Skip to content

Commit

Permalink
⚗️ actions/compile: Debug further
Browse files Browse the repository at this point in the history
  • Loading branch information
alexocode committed May 15, 2024
1 parent d06365a commit 0d3113b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/compile/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ runs:
MIX_ENV: ${{ steps.compute.outputs.MIX_ENV }}
run: |
mix compile --warnings-as-errors | tee mix-compile.output
echo _build
ls _build
echo "_build/*/lib"
ls _build/*/lib
if ${{ inputs.generate-summary }}; then
echo '<details><summary><code>mix compile</code></summary>'
Expand Down

0 comments on commit 0d3113b

Please sign in to comment.