Skip to content

Commit

Permalink
invoke collection in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
CommonGuy committed Mar 7, 2024
1 parent 14604a3 commit a9093f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
- run: kreyac environment set-active Production
- run: kreyac operation invoke "REST/Get books.krop" # invoke a single REST operation
- run: kreyac operation invoke "gRPC/Say hello (unary call).krop" # invoke a single gRPC operation
- run: kreyac operation invoke "Kreya features/Scripting/**" # invoke all scripting operations
- run: kreyac operation invoke "Kreya features/Scripting/**" # invoke all scripting operations
- run: kreyac collection invoke "Kreya features/Collection/Collection.krcol" # invoke a collection

0 comments on commit a9093f1

Please sign in to comment.