From 0d3113b31a794e421fc927c35ddb7e0c0fa391eb Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Wed, 15 May 2024 13:34:54 +0200 Subject: [PATCH] :alembic: actions/compile: Debug further --- .github/actions/compile/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/compile/action.yml b/.github/actions/compile/action.yml index fee8b5b..ebc54eb 100644 --- a/.github/actions/compile/action.yml +++ b/.github/actions/compile/action.yml @@ -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 '
mix compile'