mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Attempt to fix CI Tests
This commit is contained in:
parent
18b4159f39
commit
62185179cd
2
.github/workflows/pint.yml
vendored
2
.github/workflows/pint.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
|
||||
- name: Run Pint Code Style Fixer
|
||||
run: |
|
||||
composer require --dev laravel/pint
|
||||
composer require laravel/pint --dev
|
||||
./vendor/bin/pint
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -113,4 +113,6 @@ jobs:
|
||||
DB_DATABASE: test
|
||||
DB_PORT: 33306
|
||||
DB_USER: root
|
||||
run: ./vendor/bin/pest
|
||||
run: |
|
||||
composer require pestphp/pest --dev --with-all-dependencies
|
||||
./vendor/bin/pest
|
||||
|
Loading…
x
Reference in New Issue
Block a user