Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
fab-dlock committed Aug 14, 2023
1 parent 4a9e246 commit 832d622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
poetry run make LINT_FIX=0 lint
- name: Run test
run: |
poetry run COVERAGE=1 make test
poetry run make COVERAGE=1 test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand All @@ -62,6 +62,7 @@ jobs:
poetry run make apidoc
- name: Upload API doc as an artifact
uses: actions/upload-artifact@v3
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
with:
name: apidoc
path: apihtml/
Expand Down

0 comments on commit 832d622

Please sign in to comment.