mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore(ci): enable streaming UI for Turbo commands in CI pipeline
This commit is contained in:
parent
f91a0438c6
commit
401a434ee5
1 changed files with 3 additions and 4 deletions
7
.github/workflows/ci-pipeline.yml
vendored
7
.github/workflows/ci-pipeline.yml
vendored
|
@ -116,7 +116,7 @@ jobs:
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Run ${{ matrix.name }}
|
- name: Run ${{ matrix.name }}
|
||||||
run: pnpm exec turbo run ${{ matrix.check }}
|
run: pnpm exec turbo run ${{ matrix.check }} --ui=stream
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
@ -169,7 +169,7 @@ jobs:
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: pnpm exec turbo run build
|
run: pnpm exec turbo run build --ui=stream
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
@ -185,7 +185,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: mcr.microsoft.com/playwright:v1.52.0-jammy
|
image: mcr.microsoft.com/playwright:v1.52.0-jammy
|
||||||
options: --user 1001
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -227,7 +226,7 @@ jobs:
|
||||||
run: pnpm exec playwright install firefox --with-deps
|
run: pnpm exec playwright install firefox --with-deps
|
||||||
|
|
||||||
- name: Run Playwright Tests (4 Shards)
|
- name: Run Playwright Tests (4 Shards)
|
||||||
run: pnpm exec turbo run test:e2e:all
|
run: pnpm exec turbo run test:e2e:all --ui=stream
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
||||||
- name: Upload Playwright Report
|
- name: Upload Playwright Report
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue