diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 1ccb921..00d6e3c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -38,6 +38,10 @@ jobs: composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update composer update --${{ matrix.stability }} --prefer-dist --no-interaction + - name: 'Create env file' + run: | + echo "${{ secrets.ENV_FILE }}" > .env + - name: Run security check run: vendor/bin/grumphp run --testsuite=security