Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Oct 23, 2023
1 parent 939a4bc commit aaef395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:
run: |
gh release download 0.35.0 -R Chia-Network/test-cache --archive=tar.gz -O - | tar xzf -
mkdir "${GITHUB_WORKSPACE}/.chia"
ls -l "${GITHUB_WORKSPACE}/.chia"
mv "${GITHUB_WORKSPACE}/test-cache-0.35.0/"* "${GITHUB_WORKSPACE}/.chia"
echo "${GITHUB_WORKSPACE}/.chia"
ls -l "${GITHUB_WORKSPACE}/.chia"
ls -l "${GITHUB_WORKSPACE}/.chia/test-plots"
- name: Run Python tests
env:
Expand Down

0 comments on commit aaef395

Please sign in to comment.