Skip to content

fix: Panic with Router when Registering Routes for Profiling Pull Mod… #102

fix: Panic with Router when Registering Routes for Profiling Pull Mod…

fix: Panic with Router when Registering Routes for Profiling Pull Mod… #102

name: Browser Tests Workflow
on: [push]
jobs:
k6_browser_tests:
name: k6 test run - running all browser tests
runs-on: ubuntu-latest
services:
quickpizza:
image: ghcr.io/grafana/quickpizza-local:latest # zizmor: ignore[unpinned-images]
ports:
- 3333:3333
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup k6
uses: grafana/setup-k6-action@v1
with:
browser: true
- name: Run k6 test
uses: grafana/run-k6-action@v1
with:
path: |
./k6/browser/*.js