Skip to content

Commit

Permalink
deploy: 0a22143
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Jul 15, 2024
1 parent c0e8c14 commit d3580ce
Show file tree
Hide file tree
Showing 3 changed files with 88,835 additions and 90,111 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ Some steps are required to make them ready to run.
### GitHub Actions

#### Pre-requisites

Create a workflow `.yml` file in your repositories `.github/workflows` directory.
An [example workflow](#example-workflow) is available below.
For more information, reference the GitHub Help Documentation for
[Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file).

Make sure to use the [`grafana/setup-k6-action`](https://github.com/grafana/setup-k6-action) action to install k6.

#### Inputs
See [action.yml](action.yml).
For more information on these inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input-2).
Expand All @@ -29,7 +32,8 @@ For more information on these inputs, see the [API Documentation](https://develo

```yaml
steps:
- uses: actions/checkout@v
- uses: actions/checkout@v4
- uses: grafana/setup-k6-action@v1
- name: Test with server-configs-test
uses: h5bp/server-configs-test@main
with:
Expand Down
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ branding:
color: orange
icon: check-circle
inputs:
k6-version:
description: "The k6 version to use (default: 0.50.0)"
required: false
default: "0.50.0"
command:
description: The server-configs-test command to run (test or benchmark)
required: false
Expand Down
Loading

0 comments on commit d3580ce

Please sign in to comment.