devops: prioritize tests over linting (#74)
* devops: prioritize tests over linting * docs: update release
This commit is contained in:
parent
9a35744142
commit
d41738776d
2 changed files with 4 additions and 1 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -27,5 +27,5 @@ jobs:
|
|||
cache: "npm"
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run test
|
||||
- run: npm run lint
|
||||
- run: npm test
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
## v0.2.6
|
||||
- support single FormGroup as input to the Form component
|
||||
|
||||
## v0.2.4 to v0.2.5
|
||||
- update package README
|
||||
- update dependencies
|
||||
|
|
Loading…
Reference in a new issue