Skip to content

Commit c1b3fe3

Browse files
committed
Change to APP_ENV test in CI
1 parent 6694fcf commit c1b3fe3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/action.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
key: ${{ runner.os }}-composer-no-dev-${{ hashFiles('**/composer.lock') }}
6262

6363
- run: cp .env.example .env
64+
65+
- run: composer install --no-scripts --no-dev --no-progress
66+
name: Composer install without scripts
67+
68+
- run: composer dump-env test
69+
6470
- name: Composer install
6571
run: composer install --no-dev --no-progress
6672

0 commit comments

Comments
 (0)