Skip to content

Commit

Permalink
Include hidden files in workspace artifact upload
Browse files Browse the repository at this point in the history
- Update the Save Workspace step to set include-hidden-files to true.
- This ensures that the hidden .env file (and any other hidden files) is included in the artifact.
- Fixes the error where .env was missing during test execution.
  • Loading branch information
zackkatz committed Feb 17, 2025
1 parent f02c812 commit 5b58977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if-no-files-found: warn
compression-level: 6
overwrite: false
include-hidden-files: false
include-hidden-files: true

run_php_74_unit_tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5b58977

Please sign in to comment.