Browse Source
set include-hidden-files to true for actions/upload-artifact@v4 (#1327)
pull/13907/head
Sofie Van Landeghem
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
0 deletions
-
.github/workflows/playwright.yml
-
.github/workflows/test.yml
|
|
@ -52,6 +52,7 @@ jobs: |
|
|
|
name: playwright-report |
|
|
|
path: frontend/playwright-report/ |
|
|
|
retention-days: 30 |
|
|
|
include-hidden-files: true |
|
|
|
|
|
|
|
# https://github.com/marketplace/actions/alls-green#why |
|
|
|
e2e-alls-green: # This job does nothing and is only used for the branch protection |
|
|
|
|
|
@ -35,6 +35,7 @@ jobs: |
|
|
|
with: |
|
|
|
name: coverage-html |
|
|
|
path: backend/htmlcov |
|
|
|
include-hidden-files: true |
|
|
|
|
|
|
|
# https://github.com/marketplace/actions/alls-green#why |
|
|
|
alls-green: # This job does nothing and is only used for the branch protection |
|
|
|