mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
ci: Fixups (#1971)
- Disable rollup job as it's not needed at the moment - Ignore some compat changes. - CP0006: Allow members to be added to interfaces.
This commit is contained in:
parent
818eec91a0
commit
0684c31ec1
2 changed files with 2 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
foreach ($file in $FILES_TO_VALIDATE) {
|
||||
$testout = ""
|
||||
Write-Output "::group::=== API COMPATIBILITY CHECK: ${file} ==="
|
||||
apicompat -l "left\${file}" -r "right\${file}" | Tee-Object -Variable testout
|
||||
apicompat -l "left\${file}" -r "right\${file}" --noWarn "$(NoWarn);CP0006" | Tee-Object -Variable testout
|
||||
Write-Output "::endgroup::"
|
||||
if ($testout -ne "APICompat ran successfully without finding any breaking changes.") {
|
||||
Write-Output "::error::${file} did not pass. Please review it for problems."
|
||||
|
|
|
|||
3
.github/workflows/rollup.yml
vendored
3
.github/workflows/rollup.yml
vendored
|
|
@ -11,8 +11,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
branches:
|
||||
- new_im_hooks
|
||||
# - apiX
|
||||
- WORKFLOW_DISABLED_REMOVE_BEFORE_RUNNING
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue