Skip to content

Commit

Permalink
Fix worfkflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cha <[email protected]>
  • Loading branch information
Alan-Cha committed Aug 4, 2023
1 parent 08ad98f commit eaac9b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
iter8 k launch \
--set tasks={http} \
--set http.url="http://httpbin.default/get" \
--set http.url="http://httpbin.default/get"
- name: try other iter8 k commands
run: |
iter8 k assert -c completed -c nofailure --timeout 60s
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
--set tasks={grpc} \
--set grpc.host="hello.default:50051" \
--set grpc.call="helloworld.Greeter.SayHello" \
--set grpc.protoURL="https://raw.githubusercontent.com/grpc/grpc-go/master/examples/helloworld/helloworld/helloworld.proto" \
--set grpc.protoURL="https://raw.githubusercontent.com/grpc/grpc-go/master/examples/helloworld/helloworld/helloworld.proto"
- name: try other iter8 k commands
run: |
iter8 k assert -c completed -c nofailure --timeout 60s
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
--set ready.deploy="httpbin" \
--set ready.service="httpbin" \
--set ready.timeout=60s \
--set http.url=http://httpbin.default \
--set http.url=http://httpbin.default
- name: k assert experiment completed without failures
run: |
iter8 k assert -c completed -c nofailure --timeout 60s
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
--set ready.service="httpbin" \
--set ready.timeout=60s \
--set ready.namespace=default \
--set http.url=http://httpbin.default/get \
--set http.url=http://httpbin.default/get
- name: k assert experiment completed without failures
run: |
iter8 k assert -n experiments -c completed -c nofailure --timeout 60s

0 comments on commit eaac9b3

Please sign in to comment.