Fix typo in github action config.
This commit is contained in:
parent
97a6313e03
commit
f64df3dcf1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yaml
vendored
3
.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
|
||||||
flags: unittests
|
with:
|
||||||
|
flags: unittests
|
||||||
|
|
Loading…
Reference in a new issue