Skip to content

๐Ÿ—‚๏ธ typings: @roots/bud/instance #2044

๐Ÿ—‚๏ธ typings: @roots/bud/instance

๐Ÿ—‚๏ธ typings: @roots/bud/instance #2044

name: test (integration)
on:
pull_request:
branches:
- main
workflow_dispatch:
workflow_call:
jobs:
build:
strategy:
matrix:
platform:
- ubuntu-latest
node:
- 18.12.1
name: integration test (node@v${{matrix.node}}/${{matrix.platform}})
runs-on: ${{matrix.platform}}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
cache: yarn
- name: yarn
run: yarn
- name: yarn @bud test integration
run: yarn @bud test integration