We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eeeb2a commit 81816b0Copy full SHA for 81816b0
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Prepare Venture
26
run: |
27
- cp .env.ci .env
+ cp .env.ci .env.testing
28
php artisan key:generate
29
30
- name: Run Testsuite
0 commit comments