Skip to content

Commit

Permalink
ci: add debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 20, 2025
1 parent f725c05 commit da39cdf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ jobs:
kurtosis analytics disable
echo "$(dirname $(which kurtosis))" >> $GITHUB_PATH
# TODO: remove
- name: (debug) Print paths
run: |
echo "ls /home/runner/work/incredible-squaring-avs/incredible-squaring-avs/avs-devnet/kurtosis_package"
ls /home/runner/work/incredible-squaring-avs/incredible-squaring-avs/avs-devnet/kurtosis_package
echo "ls /home/runner/work/incredible-squaring-avs/incredible-squaring-avs/avs-devnet"
ls /home/runner/work/incredible-squaring-avs/incredible-squaring-avs/avs-devnet
echo "ls /home/runner/work/incredible-squaring-avs/incredible-squaring-avs"
ls /home/runner/work/incredible-squaring-avs/incredible-squaring-avs
# Install the devnet
# TODO: use action when available
- uses: actions/checkout@v4
Expand Down

0 comments on commit da39cdf

Please sign in to comment.