Skip to content

fix(theme): apply fast-glob Windows work-around for all \@ matches #622

fix(theme): apply fast-glob Windows work-around for all \@ matches

fix(theme): apply fast-glob Windows work-around for all \@ matches #622

name: CLI Integration Tests
on:
pull_request:
workflow_dispatch:
jobs:
cli-integration-test:
name: CLI Integration Tests
# Note: `prepare-release.yaml` sets this commit message
if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' || github.ref_name == 'main' }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [18, 20, 22]
include:
- os: macos-latest
node_version: 20
- os: windows-latest
node_version: 20.13.1
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup-and-build
with:
node-version: ${{ matrix.node-version }}
- name: Update template's versions
working-directory: ./packages/cli
run: pnpm build-release
- name: Integration Tests
working-directory: ./integration
run: pnpm test