ci(turbo): remove ui stream from ci pipeline

This commit is contained in:
taroj1205 2025-06-22 19:12:41 +12:00
parent 172b7dda2f
commit a63d7bdf72
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -116,7 +116,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Run ${{ matrix.name }}
run: pnpm exec turbo run ${{ matrix.check }} --ui=stream
run: pnpm exec turbo run ${{ matrix.check }}
build:
name: Build
@ -169,7 +169,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build project
run: pnpm exec turbo run build --ui=stream
run: pnpm exec turbo run build
- name: Upload build artifacts
uses: actions/upload-artifact@v4
@ -224,10 +224,10 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Install Playwright browsers
run: pnpm exec playwright install firefox --with-deps
run: pnpm exec playwright install
- name: Run Playwright Tests (4 Shards)
run: pnpm exec turbo run test:e2e:all --ui=stream
run: pnpm exec turbo run test:e2e:all
timeout-minutes: 10
- name: Upload Playwright Report