Skip to content

Commit

Permalink
try with the home directory full
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Apr 29, 2024
1 parent ed66777 commit b9db4ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #3.5.2
with:
submodules: 'recursive'

- name: Check submodule checkout status
id: check-submodule
run: |
if [ -d "runtime/integrations/tests/submodules/liquidity-pools" ]; then
ls -la ./
if [ -d "/home/runner/work/centrifuge-chain/centrifuge-chain/runtime/integration-tests/submodules/liquidity-pools/" ]; then
echo "Submodule is checked out."
echo "ls -la runtime/integrations/tests/submodules/liquidity-pools"
echo "::set-output name=submodule_checked::true"
Expand Down

0 comments on commit b9db4ab

Please sign in to comment.