mirror of
https://github.com/vee1e/krply.git
synced 2026-09-01 09:49:51 +00:00
fix(ci): remove duplicate web job (yaml parse error)
This commit is contained in:
parent
5eec24d656
commit
7b5cf5f918
1 changed files with 0 additions and 21 deletions
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
|
|
@ -64,24 +64,3 @@ jobs:
|
||||||
|
|
||||||
- name: Verify dist
|
- name: Verify dist
|
||||||
run: test -d web/dist && test -f web/dist/index.html
|
run: test -d web/dist && test -f web/dist/index.html
|
||||||
|
|
||||||
web:
|
|
||||||
name: build web ui
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: "22"
|
|
||||||
|
|
||||||
- name: Install
|
|
||||||
working-directory: web
|
|
||||||
run: npm ci
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
working-directory: web
|
|
||||||
run: npm run build
|
|
||||||
|
|
||||||
- name: Verify dist
|
|
||||||
run: test -d web/dist && test -f web/dist/index.html
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue