mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-07-15 20:39:58 +02:00
Adjust Horizon-QA check to depend on server error test (#70)
This commit is contained in:
parent
20b8e81097
commit
2c3a2c1ff9
15
.github/workflows/build-and-test.yml
vendored
15
.github/workflows/build-and-test.yml
vendored
@ -215,19 +215,20 @@ jobs:
|
||||
chmod +x .gtnh-workflows/scripts/summarize_horizonqa_result
|
||||
.gtnh-workflows/scripts/summarize_horizonqa_result
|
||||
|
||||
- name: Test Horizon-QA result
|
||||
if: ${{ always() && !inputs.client-only && inputs.horizonqa && steps.run_server.conclusion != 'skipped' }}
|
||||
shell: bash
|
||||
run: |
|
||||
chmod +x .gtnh-workflows/scripts/test_horizonqa_result
|
||||
.gtnh-workflows/scripts/test_horizonqa_result
|
||||
|
||||
- name: Test no errors reported during server run
|
||||
id: server_errors
|
||||
if: ${{ !inputs.client-only }}
|
||||
run: |
|
||||
chmod +x .gtnh-workflows/scripts/test_no_error_reports
|
||||
.gtnh-workflows/scripts/test_no_error_reports
|
||||
|
||||
- name: Test Horizon-QA result
|
||||
if: ${{ always() && !inputs.client-only && inputs.horizonqa && steps.run_server.conclusion != 'skipped' && steps.server_errors.conclusion == 'success' }}
|
||||
shell: bash
|
||||
run: |
|
||||
chmod +x .gtnh-workflows/scripts/test_horizonqa_result
|
||||
.gtnh-workflows/scripts/test_horizonqa_result
|
||||
|
||||
- name: Test no prerelease dependencies used
|
||||
run: |
|
||||
! grep -P -- "-pre(?!shadow)" dependencies.gradle*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user