Skip to content

Run code blocks with latest k6 #2027

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/run-code-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
with:
files: |
docs/sources/k6/next/**/*.md
- uses: grafana/setup-k6-action@v1
with:
browser: true
- uses: actions/setup-go@v5
- name: Install k6 from github master
run: go install go.k6.io/k6@master
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install chromium
run: sudo apt update && sudo apt install chromium-browser
- name: Check script readiness
run: python -m unittest scripts/md-k6.py
- name: Run Updated Code Blocks
Expand Down