Skip to content

etigi/k6-install-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

k6-install-ubuntu

A github action to install k6 on GitHub ubuntu runners

Why?

The official Grafana GitHub actions for K6 install and run the k6 binary.

This action installs only, without running, so the workflow can do what it wants with k6, like invoke it via a build script or something.

Also, this only installs for the GitHub Unbuntu runners.

How?

This runner is simply packing the official instructions for Debian/Ubuntu into a composite GitHub action.