Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test how long it takes for a runner to generate a k25 plot in CI #17811

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add a comment to see if CI passes
pmaslana committed Nov 7, 2024
commit a7101bb4fe495e6aaa7f48e0a551d8ffb82ef98a
3 changes: 2 additions & 1 deletion .github/workflows/build-windows-installer.yml
Original file line number Diff line number Diff line change
@@ -435,7 +435,8 @@ 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 }}"


# Testing to see how long the plot takes
- name: Test generation of a k25 plot
env:
INSTALL_PATH: ${{ github.workspace }}\installed