Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Add warning to stop users from using this old action #64

Add warning to stop users from using this old action

Add warning to stop users from using this old action #64

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