Skip to content

Commit

Permalink
Add step to help set up environment config
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown committed Apr 27, 2024
1 parent 70f76b5 commit 4d0200a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
restore-keys: |
${{ runner.os }}-composer-
- name: Set up env config
run: cp .env.example .env

- name: Install dependencies
uses: ramsey/composer-install@v1
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Composer vendor dir caching caching (#9).
- xDebug version now an `.env` var (#9).
- `.env.example` copied to `.env` on CI (#9).

### Fixed
- Warning about PHPUnit config not being in up-to-date format (#9).
Expand Down

0 comments on commit 4d0200a

Please sign in to comment.