Skip to content

Clean redundant ?client-route=1 usage in dev #1389

Clean redundant ?client-route=1 usage in dev

Clean redundant ?client-route=1 usage in dev #1389

name: PR (Full)
# PRs touching create-remix/remix-dev will also run on Windows and OSX
on:
pull_request:
paths:
- "packages/create-remix/**"
- "packages/remix-dev/**"
- "!**/*.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unit-windows:
name: "🧪 Unit Test"
if: github.repository == 'remix-run/remix'
uses: ./.github/workflows/shared-test-unit.yml
with:
os: "windows-latest"
node_version: "[20]"
integration-firefox:
name: "👀 Integration Test"
if: github.repository == 'remix-run/remix'
uses: ./.github/workflows/shared-test-integration.yml
with:
os: "ubuntu-latest"
node_version: "[20]"
browser: '["firefox"]'
integration-msedge:
name: "👀 Integration Test"
if: github.repository == 'remix-run/remix'
uses: ./.github/workflows/shared-test-integration.yml
with:
os: "windows-latest"
node_version: "[20]"
browser: '["msedge"]'
integration-webkit:
name: "👀 Integration Test"
if: github.repository == 'remix-run/remix'
uses: ./.github/workflows/shared-test-integration.yml
with:
os: "macos-latest"
node_version: "[20]"
browser: '["webkit"]'