Skip to content

Commit e082866

Browse files
committed
fix: exclude simple_oci_test from Linux CI build phase
The simple_oci_test example has dependency ordering issues where the composition tries to pull OCI components before they are published. Exclude it from the main build phase on Linux (already excluded on macOS). The OCI functionality is still tested via the separate Setup OCI Registry step, but the problematic composition target is excluded from the main build.
1 parent aade8ed commit e082866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
-//examples/wac_oci_composition/... \
108108
-//examples/wkg_integration/... \
109109
-//examples/wizer_example/... \
110+
-//examples/simple_oci_test/... \
110111
-//test_wac/... \
111112
-//test/wkg/... \
112113
-//test/production/... \

0 commit comments

Comments
 (0)