Skip to content

Commit

Permalink
Upload lint files after measuring coverage
Browse files Browse the repository at this point in the history
to enable metrics workflow
  • Loading branch information
ckunki committed Apr 4, 2024
1 parent 1d28962 commit 49cdd9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ jobs:
- name: Run Tests
run: poetry run nox -s type-check

- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: .lint.txt
path: .lint.txt

tests-job:
name: Tests (Python-${{ matrix.python-version }}, Exasol-${{ matrix.exasol-version}})
needs: [build-documentation-job, lint-job, type-check-job]
Expand Down

0 comments on commit 49cdd9e

Please sign in to comment.