mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
ci: reduce unused steps (#1696)
This commit is contained in:
2
.github/workflows/build-master.yml
vendored
2
.github/workflows/build-master.yml
vendored
@@ -114,8 +114,6 @@ jobs:
|
||||
name: artifact
|
||||
path: ./apps/web/.next
|
||||
|
||||
- name: Install playwright browsers
|
||||
run: npx playwright install chromium
|
||||
- name: Run e2e & unit tests
|
||||
run: |
|
||||
yarn test --forbid-only
|
||||
|
||||
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -96,9 +96,7 @@ jobs:
|
||||
run: |
|
||||
yarn set version self
|
||||
git diff --exit-code
|
||||
- run: yarn install
|
||||
- run: yarn lint --max-warnings=0
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
env:
|
||||
@@ -209,8 +207,6 @@ jobs:
|
||||
name: artifact
|
||||
path: ./apps/web/.next
|
||||
|
||||
- name: Install playwright browsers
|
||||
run: npx playwright install chromium
|
||||
- name: Run playwright tests
|
||||
run: yarn test --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user