Skip to content

Commit

Permalink
Revert "No longer requires starting the environment"
Browse files Browse the repository at this point in the history
This reverts commit e849646.
  • Loading branch information
kasparsd committed Apr 25, 2024
1 parent bef1d10 commit ee518ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Lint PHP Compatibility
run: composer lint-compat

- name: Start the Docker testing environment
run: npm run env start --xdebug=coverage

- name: Test
run: npm run test

Expand Down

0 comments on commit ee518ad

Please sign in to comment.