Fix typo in github action config.
This commit is contained in:
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@@ -18,4 +18,5 @@ jobs:
|
|||||||
run: "yarn run test"
|
run: "yarn run test"
|
||||||
- name: Upload to codecov
|
- name: Upload to codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
|
with:
|
||||||
flags: unittests
|
flags: unittests
|
||||||
|
|||||||
Reference in New Issue
Block a user