Skip to content

Commit

Permalink
Note to self: actions can just break
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed Sep 29, 2024
1 parent 79d755c commit 79d8097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: .coverage
if-no-files-found: error
include-hidden-files: true
name: coverage-${{ matrix.python-version }}

test-rustpython:
Expand All @@ -108,6 +110,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: .coverage
if-no-files-found: error
include-hidden-files: true
name: coverage-rustpython

mypy:
Expand Down

0 comments on commit 79d8097

Please sign in to comment.