Increased the output fluidbox size of all buildings from 100->1000. Allows fluid transfer at even higher rates before hitting engine limitations. Resolves https://github.com/pyanodon/pybugreports/issues/1203 #114
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test | |
| on: | |
| pull_request_target: | |
| branches: | |
| - master | |
| - breaking-changes | |
| permissions: | |
| contents: read | |
| jobs: | |
| test-pull-request: | |
| name: PR | |
| uses: pyanodon/pyanodontests/.github/workflows/pytest.yml@v1 | |
| with: | |
| repository: ${{ github.repository }} | |
| ref: ${{ github.event.pull_request.head.sha }} | |
| test_branch: ${{ github.head_ref || github.ref_name }} | |
| secrets: inherit |