Skip to content

Commit

Permalink
🐎 ci: 修复工作流文件格式错误
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanjunjie committed Jul 3, 2024
1 parent 41db451 commit 6bb5cb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ['master']

jobs:
build:
client:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,6 +23,9 @@ jobs:
docker tag vue-vben-admin:dev swr.cn-north-4.myhuaweicloud.com/yuanjunjie/vue-vben-admin:dev
docker push swr.cn-north-4.myhuaweicloud.com/yuanjunjie/vue-vben-admin:dev
server:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 6bb5cb8

Please sign in to comment.