Skip to content

Rc release 5.8.10 (#2736) #158

Rc release 5.8.10 (#2736)

Rc release 5.8.10 (#2736) #158

Workflow file for this run

name: k6
# Controls when the action will run.
on:
# Triggers the workflow on push to release cadence branch
push:
branches: [ rc-* ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
k6_load_test:
name: k6 Load Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run cloud k6 test
uses: k6io/action@v0.1
with:
filename: .github/test.js