Skip to content

Commit e0cb0be

Browse files
committed
fix: exclude additional WIT dependency analyzer test from macOS CI
Add test_wit_deps/consumer:check_deps to macOS exclusions - same wit_dependency_analyzer tool configuration issue as validate_consumer_deps. Both tracked in issue #12.
1 parent c177fa6 commit e0cb0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
# Additional exclusions for macOS where Docker services aren't available
191191
# and where some tools have configuration issues
192192
if [[ "$RUNNER_OS" == "macOS" ]]; then
193-
EXTRA_EXCLUDES="-//examples/simple_oci_test/... -//test/integration:validate_consumer_deps"
193+
EXTRA_EXCLUDES="-//examples/simple_oci_test/... -//test/integration:validate_consumer_deps -//test_wit_deps/consumer:check_deps"
194194
else
195195
EXTRA_EXCLUDES=""
196196
fi

0 commit comments

Comments
 (0)