-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69ca3f1
commit 46dcaa0
Showing
7 changed files
with
77 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: frondend 测试 | ||
|
||
on: [push] | ||
|
||
jobs: | ||
windows-browsers: | ||
runs-on: windows-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: yarn install, test:karma, test:pptr | ||
run: | | ||
cd .\frondend | ||
call yarn cache clean || exit 1 | ||
call yarn install || exit 1 | ||
call yarn run test:karma || exit 1 | ||
call yarn run test:pptr || exit 1 | ||
env: | ||
CI: true | ||
KARMA_SINGLE_MODE: on | ||
# macos-browsers: | ||
# runs-on: macos-latest | ||
|
||
# steps: | ||
# - uses: actions/checkout@v1 | ||
# - name: Use Node.js 10.x | ||
# uses: actions/setup-node@v1 | ||
# with: | ||
# node-version: 10.x | ||
# - name: yarn install, test:karma, test:pptr | ||
# run: | | ||
# cd ./frondend | ||
# yarn cache clean | ||
# yarn install | ||
# yarn run test:karma | ||
# yarn run test:pptr | ||
# env: | ||
# CI: true | ||
# KARMA_SINGLE_MODE: on | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters