Skip to content

Commit

Permalink
Added upload step artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Apr 3, 2024
1 parent 058955c commit da0e366
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 @@ -99,3 +99,9 @@ jobs:

- name: Run Tests
run: poetry run nox -s coverage -- -- --db-version ${{ matrix.exasol-version }}

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

0 comments on commit da0e366

Please sign in to comment.