mirror of https://github.com/dapr/rust-sdk.git
Updated validate-examples.yml to test crypto examples
Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
This commit is contained in:
parent
a3384e01a3
commit
f4200a39ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue