Skip to content

Commit

Permalink
调整github流程
Browse files Browse the repository at this point in the history
  • Loading branch information
talebook committed Dec 29, 2023
1 parent 88bc350 commit eb2c822
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/我要反馈问题.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 我要反馈问题
about: Create a report to help us improve
about: 反馈问题,寻求帮助
title: ''
labels: bug
assignees: ''
Expand Down
19 changes: 18 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- master

jobs:
test:
test-server:
runs-on: ubuntu-latest
container:
image: talebook/calibre-docker
Expand Down Expand Up @@ -43,3 +43,20 @@ jobs:
- name: Test with pytest
run: |
pytest ./tests
test-ui:
runs-on: ubuntu-latest
container:
image: node:16-alpine

steps:
- uses: actions/checkout@v2

- name: Install dependencies
run: |
cd app
npm install
- name: nuxt build
run: |
npm run build

0 comments on commit eb2c822

Please sign in to comment.