Skip to content

Commit

Permalink
FIX-#7389: Fix uploading artifacts (#7390)
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <iaroslav.igoshev@intel.com>
  • Loading branch information
YarShev committed Sep 9, 2024
1 parent f3c0a63 commit 3357709
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/upload-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ runs:
with:
name: coverage-data-${{ env.COVERAGE_UUID }}
path: .coverage*
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ jobs:
with:
name: Benchmarks log
path: asv_bench/benchmarks.log
include-hidden-files: true
if: failure()

execution-filter:
Expand Down Expand Up @@ -737,6 +738,7 @@ jobs:
with:
name: coverage-data
pattern: coverage-data-*
include-hidden-files: true
delete-merged: true

upload-coverage:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fuzzydata-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
name: fuzzydata-test-workflow-${{matrix.engine}}
path: /tmp/fuzzydata-test-wf-${{matrix.engine}}/* # Must match output dir in test_fuzzydata.py
if-no-files-found: error
include-hidden-files: true
1 change: 1 addition & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
name: modin-wheel-and-source-tarball
path: ./dist/
include-hidden-files: true

- name: Publish Modin wheel to PyPI
if: github.event_name == 'push'
Expand Down

0 comments on commit 3357709

Please sign in to comment.