Skip to content

Commit

Permalink
⚗️ actions/compile: Debug the caching step
Browse files Browse the repository at this point in the history
  • Loading branch information
alexocode committed May 15, 2024
1 parent c129219 commit d06365a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/compile/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ runs:
echo "MIX_ENV=$MIX_ENV" >>$GITHUB_OUTPUT
echo "Set MIX_ENV to $MIX_ENV"
- shell: sh
run: |
ls _build
ls _build/*/lib
- name: Cache
id: cache
uses: actions/cache@v4
Expand Down

0 comments on commit d06365a

Please sign in to comment.