Skip to content

Commit

Permalink
Adjust workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentBean committed Feb 17, 2025
1 parent 669fc7f commit c491297
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 39 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
coverage: none

- name: Install dependencies
env:
COMPOSER_AUTH: '{"http-basic":{"nova.laravel.com":{"username":"${{secrets.NOVA_USERNAME}}","password":"${{secrets.NOVA_PASSWORD}}"}}}'
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
coverage: none

- name: Install dependencies
env:
COMPOSER_AUTH: '{"http-basic":{"nova.laravel.com":{"username":"${{secrets.NOVA_USERNAME}}","password":"${{secrets.NOVA_PASSWORD}}"}}}'
run: composer install

- name: Style
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/tests.yml

This file was deleted.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"quality": [
"@style",
"@analyse"
],
"coverage": "XDEBUG_MODE=coverage php vendor/bin/pest --coverage --min=100"
]
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit c491297

Please sign in to comment.