Skip to content

Merge pull request #21 from grafana/chore/update-readme #63

Merge pull request #21 from grafana/chore/update-readme

Merge pull request #21 from grafana/chore/update-readme #63

Workflow file for this run

name: Main Workflow
on: [push]
jobs:
build:
name: Run load test using the action
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run load test using action code from commit
uses: ./
with:
cloud: true
token: ${{ secrets.K6_TOKEN }}
flags: --vus 1 --duration 10s
- name: Run load test using actions tarball
uses: grafana/k6-action@HEAD
with:
cloud: true
token: ${{ secrets.K6_TOKEN }}
flags: --vus 1 --duration 10s