Skip to content

Commit ad95f8a

Browse files
authored
Update php.yml (#51)
1 parent 7db685c commit ad95f8a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
name: Test
5959
needs: [lint, dependencies]
6060
runs-on: ubuntu-latest
61+
env:
62+
APP_ENV: testing
6163

6264
steps:
6365
- uses: actions/checkout@v3
@@ -78,11 +80,5 @@ jobs:
7880
if: steps.cache-vendor.outputs.cache-hit != 'true'
7981
run: build:test
8082

81-
- name: Configure application
82-
run: |
83-
cp .env.testing .env
84-
php artisan key:generate
85-
php artisan migrate:fresh
86-
8783
- name: Run tests
8884
run: composer test:coverage

0 commit comments

Comments
 (0)