Skip to content

fix: missing preview i18n #343

fix: missing preview i18n

fix: missing preview i18n #343

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' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup-and-build
- name: Update template's versions
working-directory: ./packages/cli
run: pnpm build-release
- name: Integration Tests
working-directory: ./integration
run: pnpm test