You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
Merge pull request #80220 from akien-mga/ci-api-compat-mandatory
CI: Make extension API compatibility check mandatory
This commit is contained in:
2
.github/workflows/linux_builds.yml
vendored
2
.github/workflows/linux_builds.yml
vendored
@@ -165,7 +165,7 @@ jobs:
|
|||||||
- name: Check for GDExtension compatibility
|
- name: Check for GDExtension compatibility
|
||||||
if: ${{ matrix.api-compat }}
|
if: ${{ matrix.api-compat }}
|
||||||
run: |
|
run: |
|
||||||
./misc/scripts/validate_extension_api.sh "${{ matrix.bin }}" || true # don't fail the CI for now
|
./misc/scripts/validate_extension_api.sh "${{ matrix.bin }}"
|
||||||
|
|
||||||
# Download and run the test project
|
# Download and run the test project
|
||||||
- name: Test Godot project
|
- name: Test Godot project
|
||||||
|
|||||||
Reference in New Issue
Block a user