mirror of
https://github.com/LITW-Refined/GTNH-Actions-Workflows.git
synced 2025-12-23 11:18:32 +00:00
Try to detect if the server test run didn't shut down cleanly (#42)
Co-authored-by: Maya <10861407+serenibyss@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
||||
PR_BRANCH: ${{ github.head_ref }}
|
||||
FIXED_BRANCH: ${{ github.head_ref }}-spotless-fixes
|
||||
|
||||
- name: Run server for ${{ inputs.timeout }} seconds
|
||||
- name: Run server for up to ${{ inputs.timeout }} seconds
|
||||
if: ${{ !inputs.client-only }}
|
||||
run: |
|
||||
mkdir -p run
|
||||
|
||||
Reference in New Issue
Block a user