mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
ci(turbo): remove ui stream from ci pipeline
This commit is contained in:
parent
172b7dda2f
commit
a63d7bdf72
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci-pipeline.yml
vendored
8
.github/workflows/ci-pipeline.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue