Skip to content

Commit

Permalink
ci(Actions): CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
leonoosterhuis committed Dec 1, 2023
1 parent fe94952 commit bb10f28
Show file tree
Hide file tree
Showing 6 changed files with 585 additions and 1,873 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: php artisan test
- name: Run PHP CS Fixer
run: tools/php-cs-fixer/vendor/bin/php-cs-fixer fix .
run: vendor/bin/php-cs-fixer fix .
- name: Compile and Minify SCSS for Production
run: npm install && npm run production
- name: Generate Code Coverage Report
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"friendsofphp/php-cs-fixer": "^3.40",
"laravel/pint": "^1.13",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
Expand Down
Loading

0 comments on commit bb10f28

Please sign in to comment.