set include-hidden-files to true for actions/upload-artifact@v4 (#1327)

This commit is contained in:
Sofie Van Landeghem
2024-09-02 22:48:18 +02:00
committed by GitHub
parent 33b379bd46
commit 2241d75131
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ jobs:
name: playwright-report name: playwright-report
path: frontend/playwright-report/ path: frontend/playwright-report/
retention-days: 30 retention-days: 30
include-hidden-files: true
# https://github.com/marketplace/actions/alls-green#why # https://github.com/marketplace/actions/alls-green#why
e2e-alls-green: # This job does nothing and is only used for the branch protection e2e-alls-green: # This job does nothing and is only used for the branch protection

View File

@@ -35,6 +35,7 @@ jobs:
with: with:
name: coverage-html name: coverage-html
path: backend/htmlcov path: backend/htmlcov
include-hidden-files: true
# https://github.com/marketplace/actions/alls-green#why # https://github.com/marketplace/actions/alls-green#why
alls-green: # This job does nothing and is only used for the branch protection alls-green: # This job does nothing and is only used for the branch protection