Skip to content

Commit

Permalink
添加测试
Browse files Browse the repository at this point in the history
  • Loading branch information
zsh2401 committed Aug 7, 2020
1 parent 44c419a commit 03f31df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dev-canary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
branch: ["dev"]
pull_request:
branch: ["dev"]
branch: ["master"]
branch: ["dev","master"]

jobs:
build:
Expand All @@ -29,6 +28,9 @@ jobs:
- name: Building with script
run: ./scripts/build_canary.ps1

- name: Unit Test
run: dotnet test src/

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 03f31df

Please sign in to comment.