Skip to content

Commit

Permalink
GHA include-hidden-files: true (sigh)
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Sep 6, 2024
1 parent 12844bc commit 64f6fc7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cfwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: webroot
include-hidden-files: true
path: ${{ github.workspace }}

run-tuffy-tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coldbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: webroot
include-hidden-files: true
path: ${{ github.workspace }}

run-coldbox-tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/masaCMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: webroot
include-hidden-files: true
path: ${{ github.workspace }}

tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/presidecms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: webroot
include-hidden-files: true
path: ${{ github.workspace }}

run-preside-tests:
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
- name: fix testbox
run: |
mkdir -p tests/testbox/system/stubs
ls -lRa tests
- name: Run Preside CMS Test Suite
uses: lucee/script-runner@main
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spreadsheet-cfml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: webroot
include-hidden-files: true
path: ${{ github.workspace }}

tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/taffy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: webroot
include-hidden-files: true
path: ${{ github.workspace }}

run-tuffy-tests:
Expand Down

0 comments on commit 64f6fc7

Please sign in to comment.