Skip to content

Merge pull request #71 from healeycodes/post-kernel-compiler #331

Merge pull request #71 from healeycodes/post-kernel-compiler

Merge pull request #71 from healeycodes/post-kernel-compiler #331

Workflow file for this run

name: e2e
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [24.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npx playwright install --with-deps chromium
- run: npm run test:e2e