Fixed that clay pit would sometimes drop items on the ground instead … #292
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: | |
| push: | |
| branches: | |
| - master | |
| - breaking-changes | |
| permissions: | |
| contents: read | |
| jobs: | |
| test-push: | |
| name: Push | |
| uses: pyanodon/pyanodontests/.github/workflows/pytest.yml@v1 | |
| with: | |
| repository: ${{ github.repository }} | |
| ref: ${{ github.sha }} | |
| test_branch: ${{ github.head_ref || github.ref_name }} | |
| secrets: inherit |