Skip to content

Commit

Permalink
Added generating .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Lehtinen committed Apr 25, 2023
1 parent bf1c339 commit 92087b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 92087b3

Please sign in to comment.