-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters