Skip to content

Commit

Permalink
ci: make debug prints not fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 20, 2025
1 parent da39cdf commit e9fa762
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@ jobs:
- 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
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
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
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
# Install the devnet
# TODO: use action when available
Expand Down

0 comments on commit e9fa762

Please sign in to comment.