From f4200a39ef6c21c56cb8fe533cdfaf47dc2430ab Mon Sep 17 00:00:00 2001 From: Zachary Edgell Date: Fri, 22 Mar 2024 00:19:33 -0400 Subject: [PATCH] Updated validate-examples.yml to test crypto examples Signed-off-by: Zachary Edgell --- .github/workflows/validate-examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-examples.yml b/.github/workflows/validate-examples.yml index 0f796372..8a9932f4 100644 --- a/.github/workflows/validate-examples.yml +++ b/.github/workflows/validate-examples.yml @@ -22,7 +22,7 @@ on: required: false default: "" repository_dispatch: - types: [validate-examples] + types: [ validate-examples ] merge_group: jobs: setup: @@ -144,7 +144,7 @@ jobs: fail-fast: false matrix: examples: - ["actors", "client", "configuration", "invoke/grpc", "invoke/grpc-proxying", "pubsub", "secrets-bulk"] + [ "actors", "client", "configuration", "invoke/grpc", "invoke/grpc-proxying", "pubsub", "secrets-bulk", "crypto" ] steps: - name: Check out code uses: actions/checkout@v4