Fixed Inconsistent Fawogae Plantation crafting speed. Resolves https:… #1559
This file contains 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 | |
- Frozen | |
permissions: | |
contents: read | |
jobs: | |
test-push: | |
name: Push | |
uses: pyanodon/pyanodontests/.github/workflows/[email protected] | |
with: | |
repository: ${{ github.repository }} | |
ref: ${{ github.sha }} | |
test_branch: ${{ github.head_ref || github.ref_name }} | |
secrets: inherit |