[Feature]: Add support for creating app using yaml config (#787)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -23,9 +23,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: poetry install --all-extras
|
||||
- name: Lint with ruff
|
||||
run: make ci_lint
|
||||
run: make lint
|
||||
- name: Test with pytest
|
||||
run: make ci_test
|
||||
run: make test
|
||||
- name: Generate coverage report
|
||||
run: make coverage
|
||||
- name: Upload coverage reports to Codecov
|
||||
|
||||
Reference in New Issue
Block a user