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
parent
commit
2241d75131
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/playwright.yml
  2. 1
      .github/workflows/test.yml

1
.github/workflows/playwright.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

1
.github/workflows/test.yml

@ -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

Loading…
Cancel
Save