Skip to content

Fix: set up scrape_interval in the Local Prometheus DS configuratio… #28

Fix: set up scrape_interval in the Local Prometheus DS configuratio…

Fix: set up scrape_interval in the Local Prometheus DS configuratio… #28

name: Environment Variables Test Workflow
on: [push]
jobs:
basic_k6_test:
name: k6 test run - environment variable example
runs-on: ubuntu-latest
services:
quickpizza:
image: ghcr.io/grafana/quickpizza-local:latest
ports:
- 3355:3333
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup k6
uses: grafana/setup-k6-action@v1
- name: Run k6 test
uses: grafana/run-k6-action@v1
env:
BASE_URL: "http://localhost:3355"
with:
path: |
./k6/foundations/01.basic.js