Skip to content

Commit d6c4df1

Browse files
committed
add debug
1 parent 28f6bc5 commit d6c4df1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-sdk-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
${{ github.workspace }}/subtensor/scripts/localnet.sh --build-only
9393
echo "Bilding non-fast block nodes"
9494
${{ github.workspace }}/subtensor/scripts/localnet.sh False --build-only
95+
ls -lash ${{ github.workspace }}/subtensor/target/
9596
9697
- name: Save cache
9798
uses: actions/cache@v3
@@ -190,5 +191,6 @@ jobs:
190191

191192
- name: Run Bittensor SDK e2e test
192193
run: |
194+
ls -lash ${{ github.workspace }}/subtensor/target/
193195
source ${{ github.workspace }}/venv/bin/activate
194196
LOCALNET_SH_PATH="${{ github.workspace }}/subtensor/scripts/localnet.sh" pytest ${{ matrix.test-file }} -s

0 commit comments

Comments
 (0)