Skip to content

Commit 291e88f

Browse files
committed
fix: exclude simple_oci_test from CI due to OCI registry dependency
The simple_oci_test requires localhost:5001 OCI registry which is not available in CI environment. This test needs proper test infrastructure setup with mock registry or CI service.
1 parent 1d94fbf commit 291e88f

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
@@ -92,6 +92,7 @@ jobs:
9292
-//examples/wac_remote_compose/... \
9393
-//examples/wac_oci_composition/... \
9494
-//examples/wkg_integration/... \
95+
-//examples/simple_oci_test/... \
9596
-//examples/wizer_example/... \
9697
-//test_wac/... \
9798
-//test/wkg/... \

0 commit comments

Comments
 (0)