Skip to content

Commit

Permalink
gh action doc (#29)
Browse files Browse the repository at this point in the history
* gh action doc

Signed-off-by: Michael Kalantar <[email protected]>

* update text

Signed-off-by: Michael Kalantar <[email protected]>

* change title

Signed-off-by: Michael Kalantar <[email protected]>
  • Loading branch information
kalantar authored May 3, 2022
1 parent 4dd8e44 commit ffb7a05
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/tutorials/integrations/ghactions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
template: main.html
---

# Use Iter8 in a GitHub Actions workflow

Install the latest version of Iter8 using the GitHub Action `iter8/[email protected]`. Once installed, Iter8 can be used as documented (see [user guide](../../user-guide/commands/iter8.md)) in `run` actions. For example:

```yaml
- uses: iter8/[email protected] # install Iter8
- run: |
iter8 version
iter8 launch -c load-test-http \
--set url=http://httpbin.org/get
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ nav:
- Kubernetes usage: tutorials/load-test-grpc/kubernetesusage.md
- Integrations:
- Overview: tutorials/integrations/overview.md
- GitHub Actions: tutorials/integrations/ghactions.md
- Knative:
- Benchmark and validate HTTP: tutorials/integrations/knative/load-test-http.md
- Benchmark and validate gRPC: tutorials/integrations/knative/load-test-grpc.md
Expand Down

0 comments on commit ffb7a05

Please sign in to comment.