Skip to content

WIP: vite-plugin-react-swc integration #1998

WIP: vite-plugin-react-swc integration

WIP: vite-plugin-react-swc integration #1998

name: PR (Base)
# All PRs touching code will run tests on ubuntu/node/chromium
on:
pull_request:
paths-ignore:
- "docs/**"
- "templates/**"
- "scripts/**"
- "contributors.yml"
- "**/*.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: "⚙️ Build"
if: github.repository == 'remix-run/remix'
uses: ./.github/workflows/shared-build.yml
unit-ubuntu:
name: "🧪 Unit Test"
if: github.repository == 'remix-run/remix'
uses: ./.github/workflows/shared-test-unit.yml
with:
os: "ubuntu-latest"
node_version: "[20]"
integration-chromium:
name: "👀 Integration Test"
if: github.repository == 'remix-run/remix'
uses: ./.github/workflows/shared-test-integration.yml
with:
os: "ubuntu-latest"
node_version: "[20]"
browser: '["chromium"]'