mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-03-31 21:30:22 +08:00
correct github action payload
This commit is contained in:
parent
df5081917d
commit
4f7aa17b92
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
test-command: "yarn test:ci"
|
||||
coverage-comment: ${{ github.event.name == 'pull_request'}}
|
||||
coverage-comment: ${{ github.event_name == 'pull_request'}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user