ci: simplify ci quality checks
All checks were successful
🚀 Lint & Test & Deploy / release (pull_request) Successful in 3m43s
All checks were successful
🚀 Lint & Test & Deploy / release (pull_request) Successful in 3m43s
This commit is contained in:
@@ -47,9 +47,6 @@ jobs:
|
|||||||
run: pnpm install --frozen-lockfile --store-dir ${{ env.PNPM_CACHE_FOLDER }}
|
run: pnpm install --frozen-lockfile --store-dir ${{ env.PNPM_CACHE_FOLDER }}
|
||||||
|
|
||||||
- name: 🧹 Quality Control
|
- name: 🧹 Quality Control
|
||||||
run: ./.gitea/scripts/ci-checks.sh
|
|
||||||
|
|
||||||
- name: 🛠️ Build
|
|
||||||
run: |
|
run: |
|
||||||
pnpm build
|
pnpm build
|
||||||
pnpm lint
|
pnpm lint
|
||||||
@@ -57,6 +54,9 @@ jobs:
|
|||||||
pnpm check
|
pnpm check
|
||||||
xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" pnpm test
|
xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" pnpm test
|
||||||
|
|
||||||
|
- name: 🛠️ Build
|
||||||
|
run: ./.gitea/scripts/build.sh
|
||||||
|
|
||||||
- name: 🚀 Create Release Commit
|
- name: 🚀 Create Release Commit
|
||||||
if: gitea.ref_type == 'tag'
|
if: gitea.ref_type == 'tag'
|
||||||
run: ./.gitea/scripts/create-release.sh
|
run: ./.gitea/scripts/create-release.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user