We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ec0e9 commit caf1f3fCopy full SHA for caf1f3f
1 file changed
.github/workflows/ci.yml
@@ -19,18 +19,15 @@ jobs:
19
20
- name: Install front-end dependencies
21
run: |
22
- cd middleware
23
npm install
24
npm run build
25
26
- name: Install composer dependencies
27
28
29
composer update
30
composer install
31
- name: Prepare Laravel Application
32
33
34
cp .env.testing .env
35
php artisan migrate:fresh --env=testing
36
0 commit comments