Skip to content

Commit 1c05bb3

Browse files
committed
fix: exclude microservices_architecture from Linux CI builds
The microservices architecture example tries to pull from external OCI registries (ghcr.io/iot/devices/registry) that either don't exist or require authentication, causing 'Not authorized' errors. Exclude it from Linux CI builds (already excluded on macOS) to prevent build failures while preserving the example for manual testing.
1 parent e082866 commit 1c05bb3

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
@@ -108,6 +108,7 @@ jobs:
108108
-//examples/wkg_integration/... \
109109
-//examples/wizer_example/... \
110110
-//examples/simple_oci_test/... \
111+
-//examples/microservices_architecture/... \
111112
-//test_wac/... \
112113
-//test/wkg/... \
113114
-//test/production/... \

0 commit comments

Comments
 (0)