Skip to content

Updated html tag

Updated html tag #3

Workflow file for this run

name: Basic Workflow
on: [push]
jobs:
k6_local_test:
name: k6 local test run - basic example
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run local k6 test
uses: grafana/[email protected]
with:
filename: ./script.js
flags: --out html=index.html
- name: Upload performance test results
uses: actions/upload-artifact@v3
with:
name: k6-report
path: index.html