Skip to content

feat: Headerに言語切替UIを実装 #12447

feat: Headerに言語切替UIを実装

feat: Headerに言語切替UIを実装 #12447

Workflow file for this run

name: e2e
on:
pull_request:
branches:
- master
jobs:
e2e-win-matrix:
runs-on: windows-latest
timeout-minutes: 30
strategy:
matrix:
browser: [chrome]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: run
run: |
pnpm install
pnpm ui e2e
env:
TESTCAFE_BROWSER: ${{ matrix.browser }}