We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f6bc5 commit d6c4df1Copy full SHA for d6c4df1
.github/workflows/check-sdk-tests.yml
@@ -92,6 +92,7 @@ jobs:
92
${{ github.workspace }}/subtensor/scripts/localnet.sh --build-only
93
echo "Bilding non-fast block nodes"
94
${{ github.workspace }}/subtensor/scripts/localnet.sh False --build-only
95
+ ls -lash ${{ github.workspace }}/subtensor/target/
96
97
- name: Save cache
98
uses: actions/cache@v3
@@ -190,5 +191,6 @@ jobs:
190
191
192
- name: Run Bittensor SDK e2e test
193
run: |
194
195
source ${{ github.workspace }}/venv/bin/activate
196
LOCALNET_SH_PATH="${{ github.workspace }}/subtensor/scripts/localnet.sh" pytest ${{ matrix.test-file }} -s
0 commit comments