1 parent c710864 commit 8e5b5b6Copy full SHA for 8e5b5b6
1 file changed
.github/workflows/build.yml
@@ -36,9 +36,6 @@ jobs:
36
- name: Install dependencies
37
run: composer install --no-plugins --no-progress --prefer-dist
38
39
- - name: Create new ".env" file
40
- run: cp ".env.example" ".env"
41
-
42
- name: Run test suite
43
run: vendor/bin/phpunit --coverage-clover=coverage.clover
44
0 commit comments