fix(ci): remove redundant build steps for frontend and backend workflows
This commit is contained in:
@@ -69,10 +69,6 @@ jobs:
|
||||
working-directory: server
|
||||
run: make test
|
||||
|
||||
- name: Build Go commands
|
||||
working-directory: server
|
||||
run: go build ./cmd/...
|
||||
|
||||
- name: Install Docker CLI
|
||||
if: github.event_name != 'pull_request'
|
||||
run: |
|
||||
|
||||
@@ -59,12 +59,6 @@ jobs:
|
||||
- name: Typecheck ops web
|
||||
run: pnpm --filter ops-web typecheck
|
||||
|
||||
- name: Build admin web
|
||||
run: pnpm build:admin
|
||||
|
||||
- name: Build ops web
|
||||
run: pnpm --filter ops-web build
|
||||
|
||||
- name: Install Docker CLI
|
||||
if: github.event_name != 'pull_request'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user