Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Apr 29, 2024
1 parent b9db4ab commit 61b25cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
id: check-submodule
run: |
ls -la ./
if [ -d "/home/runner/work/centrifuge-chain/centrifuge-chain/runtime/integration-tests/submodules/liquidity-pools/" ]; then
if [ -d "./runtime/integration-tests/submodules/liquidity-pools/" ]; then
echo "Submodule is checked out."
echo "ls -la runtime/integrations/tests/submodules/liquidity-pools"
echo "ls -la ./runtime/integrations/tests/submodules/liquidity-pools"
echo "::set-output name=submodule_checked::true"
else
echo "Submodule is not checked out."
Expand Down

0 comments on commit 61b25cd

Please sign in to comment.