Skip to content

Merge pull request #394 from preactjs/chore/run-build-prebench #546

Merge pull request #394 from preactjs/chore/run-build-prebench

Merge pull request #394 from preactjs/chore/run-build-prebench #546

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches:
- '**'
push:
branches:
- main
jobs:
build_test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- run: npm ci
- name: test
run: npm run test