Skip to content

Initial commit

Initial commit #1

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
k6_transpile_bundle_test:
name: Transpile, bundle and run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm start
- name: Run local k6 test
uses: grafana/k6-action@v0.2.0
with:
filename: dist/get-200-status-test.js