Skip to content

Commit

Permalink
Merge pull request #6309 from MetRonnie/actions
Browse files Browse the repository at this point in the history
GH Actions: include hidden files when uploading `~/cylc-run` artifact
  • Loading branch information
wxtim authored Aug 22, 2024
2 parents c087dc2 + f4413b0 commit 2e3ba22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ jobs:
with:
name: 'cylc-run (bash-${{ matrix.bash-version }})'
path: cylc-run
include-hidden-files: true
1 change: 1 addition & 0 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
with:
name: cylc-run (${{ matrix.os }} py-${{ matrix.python-version }})
path: ~/cylc-run/
include-hidden-files: true

- name: Coverage report
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ jobs:
with:
name: cylc-run (${{ steps.uploadname.outputs.uploadname }})
path: ~/cylc-run/
include-hidden-files: true

- name: Fetch Remote Coverage
if: env.REMOTE_PLATFORM == 'true'
Expand Down

0 comments on commit 2e3ba22

Please sign in to comment.