mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Temporarily disable windows build CI
This commit is contained in:
@@ -75,17 +75,18 @@ jobs:
|
||||
name: Compare Screenshot Tests
|
||||
uses: ./.github/workflows/compare_screenshots.yml
|
||||
|
||||
test_windows:
|
||||
name: Windows Build
|
||||
needs: collect_data
|
||||
uses: ./.github/workflows/test_windows.yml
|
||||
with:
|
||||
max_required_byond_client: ${{needs.collect_data.outputs.max_required_byond_client}}
|
||||
# test_windows:
|
||||
# name: Windows Build
|
||||
# needs: collect_data
|
||||
# uses: ./.github/workflows/test_windows.yml
|
||||
# with:
|
||||
# max_required_byond_client: ${{needs.collect_data.outputs.max_required_byond_client}}
|
||||
|
||||
completion_gate: # Serves as a non-moving target for branch rulesets
|
||||
if: always() && !cancelled()
|
||||
name: Completion Gate
|
||||
needs: [ test_windows, compare_screenshots, compile_all_maps, run_all_tests, run_alternate_tests, run_linters ]
|
||||
# needs: [ test_windows, compare_screenshots, compile_all_maps, run_all_tests, run_alternate_tests, run_linters ]
|
||||
needs: [ compare_screenshots, compile_all_maps, run_all_tests, run_alternate_tests, run_linters ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Decide whether the needed jobs succeeded or failed
|
||||
|
||||
Reference in New Issue
Block a user