Skip to content

Warn about the esbuild alternative #6

Warn about the esbuild alternative

Warn about the esbuild alternative #6

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@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm run bundle
- name: Run local k6 babel test
uses: grafana/[email protected]
with:
filename: dist/optional-chaining-test.js
- name: Run local k6 npm module test
uses: grafana/[email protected]
with:
filename: dist/faker-test.js