Skip to content

Commit

Permalink
Add a command to check the plots
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaslana committed Apr 2, 2024
1 parent b3f38bc commit 70d5a45
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-linux-installer-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ jobs:
- name: Test generation of a k25 plot
run: |
chia plots create -k 25 -t ./tmp -d ./plot --override-k
chia plots check -n 1
- name: Remove package
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-linux-installer-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ jobs:
- name: Test generation of a k25 plot
run: |
chia plots create -k 25 -t ./tmp -d ./plot --override-k
chia plots check -n 1
- name: Remove package
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-macos-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ jobs:
- name: Test generation of a k25 plot
run: |
/Volumes/Chia "*"/Chia.app/Contents/Resources/app.asar.unpacked/daemon/chia" plots create -k 25 -t ./tmp -d ./plot --override-k
/Volumes/Chia "*"/Chia.app/Contents/Resources/app.asar.unpacked/daemon/chia" chia plots check -n 1
- name: Detach .dmg
if: always()
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,11 @@ jobs:
INSTALL_PATH: ${{ github.workspace }}\installed
run: |
& ($env:INSTALL_PATH + "\resources\app.asar.unpacked\daemon\chia.exe") dev installers test --expected-chia-version "${{ needs.build.outputs.chia-installer-version }}"
- name: Test generation of a k25 plot
env:
INSTALL_PATH: ${{ github.workspace }}\installed
run: |
& ($env:INSTALL_PATH + "\resources\app.asar.unpacked\daemon\chia.exe") plots create -k 25 -t ./tmp -d ./plot --override-k
& ($env:INSTALL_PATH + "\resources\app.asar.unpacked\daemon\chia.exe") chia plots check -n 1

0 comments on commit 70d5a45

Please sign in to comment.