Skip to content

Commit 0a6934f

Browse files
author
Agnes Lin
committed
ci: test
Signed-off-by: Agnes Lin <[email protected]>
1 parent 298ccc2 commit 0a6934f

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

.github/workflows/continous-integration.yaml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,26 @@ jobs:
3636
env:
3737
CI: true
3838
# - run: npm run coverage
39-
40-
- name: Coveralls
41-
uses: coverallsapp/github-action@master
39+
coverage:
40+
name: Coveralls
41+
runs-on: ubuntu-latest
42+
trategy:
43+
matrix:
44+
node-version: [14]
45+
46+
steps:
47+
- uses: coverallsapp/github-action@master
4248
env:
4349
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
44-
COVERALLS_GIT_BRANCH: ${{ github.ref }}
4550
with:
4651
github-token: ${{ secrets.GITHUB_TOKEN }}
4752

53+
54+
55+
# uses: coverallsapp/github-action@master
56+
# env:
57+
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
58+
# COVERALLS_GIT_BRANCH: ${{ github.ref }}
59+
# with:
60+
# github-token: ${{ secrets.GITHUB_TOKEN }}
61+

0 commit comments

Comments
 (0)