Skip to content

Commit

Permalink
Explicitly include hidden files with actions/upload-artifact due to n…
Browse files Browse the repository at this point in the history
…on backward compatible change
  • Loading branch information
francesco-ballarin committed Sep 4, 2024
1 parent a0716ea commit 1611de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow_call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
name: "image-cache-test-logs-${{ matrix.backend }}"
path: |
_notebook_repository/**/.ipynb_pytest/**/*.log*
include-hidden-files: true
- name: Refresh image cache
if: failure() && (steps.verify_images_serial_static.outcome == 'failure' || steps.verify_images_serial_html.outcome == 'failure' || steps.verify_images_parallel_static.outcome == 'failure' || steps.verify_images_parallel_html.outcome == 'failure')
run: |
Expand Down

0 comments on commit 1611de8

Please sign in to comment.