diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2023-06-10 15:33:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-10 15:33:52 +0200 |
commit | b2c2a6dfe91696d4ecada95e5e43806ddb144ece (patch) | |
tree | 8912f872c9fea1fac47ec01d52305609fbf78517 /.github/workflows/build-and-test.yml | |
parent | e2d8bffd9673b6f22ba7ade2c2bacda58bb99373 (diff) | |
download | GT5-Unofficial-b2c2a6dfe91696d4ecada95e5e43806ddb144ece.tar.gz GT5-Unofficial-b2c2a6dfe91696d4ecada95e5e43806ddb144ece.tar.bz2 GT5-Unofficial-b2c2a6dfe91696d4ecada95e5e43806ddb144ece.zip |
Fix bug with flowers and show what flowers are missing in Mega Apiary (#76)
* Fix bug and show missing flowers in the GUI
* Update build.gradle
* imports
* Update dependencies.gradle
* Add "Missing flower types:" line
* Update build-and-test.yml
Diffstat (limited to '.github/workflows/build-and-test.yml')
-rw-r--r-- | .github/workflows/build-and-test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 3ee2f686fd..d33f352e71 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -11,3 +11,5 @@ jobs: build-and-test: uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master secrets: inherit + with: + timeout: 150 |