Skip to content

Commit

Permalink
ci: dup prints
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 20, 2025
1 parent a4cb569 commit 645401f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ jobs:
with:
submodules: recursive

# 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 || true
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 || true
echo "ls /home/runner/work/incredible-squaring-avs/incredible-squaring-avs"
ls /home/runner/work/incredible-squaring-avs/incredible-squaring-avs || true
echo "ls /home/runner/work/incredible-squaring-avs"
ls /home/runner/work/incredible-squaring-avs || true
- name: Run end-to-end test
run: |
export EL_REF=${{ matrix.el-contracts.ref }}
Expand Down

0 comments on commit 645401f

Please sign in to comment.