Skip to content

test: setup test workspace #12

test: setup test workspace

test: setup test workspace #12

Workflow file for this run

name: Build
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
- name: Install
run: yarn
- name: Build
run: yarn build
- name: Examples
run: |-
cd examples
yarn
yarn workspace @dumble-examples/cross-platform build
yarn workspace @dumble-examples/node-classic build
yarn workspace @dumble-examples/node-hybrid build
yarn workspace @dumble-examples/node-next build
yarn workspace @dumble-examples/wildcard build