Skip to content

馃┕ fix(patch): sass-loader resolve #2169

馃┕ fix(patch): sass-loader resolve

馃┕ fix(patch): sass-loader resolve #2169

name: test (integration)
on:
pull_request:
branches:
- main
workflow_dispatch:
workflow_call:
jobs:
build:
strategy:
matrix:
platform:
- ubuntu-latest
node:
- 18.16.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