Skip to content

Move to esbuild instead of browserify #1

Move to esbuild instead of browserify

Move to esbuild instead of browserify #1

Workflow file for this run

name: Browser Tests
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
browser:
runs-on: ubuntu-latest
container: mcr.microsoft.com/playwright:v1.39.0 # https://playwright.dev/docs/ci-intro#via-containers
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- name: Install Dependencies
run: npm ci
- name: Test Browser
timeout-minutes: 2
run: |
npm run test:browser