Skip to content

Commit

Permalink
Updated validate-examples.yml to test crypto examples
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Edgell <[email protected]>
  • Loading branch information
zedgell committed Mar 22, 2024
1 parent a3384e0 commit f4200a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
required: false
default: ""
repository_dispatch:
types: [validate-examples]
types: [ validate-examples ]
merge_group:
jobs:
setup:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f4200a3

Please sign in to comment.