mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Additional Workflow Updates
This commit is contained in:
parent
e81e1d4bf2
commit
b1999519fc
2
.github/workflows/larastan.yml
vendored
2
.github/workflows/larastan.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Laravel Pest Tests
|
name: Larastan Static Analysis
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
2
.github/workflows/pint.yml
vendored
2
.github/workflows/pint.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
run: composer update --prefer-stable
|
run: composer update --prefer-stable
|
||||||
|
|
||||||
- name: Run Laravel Pint
|
- name: Run Laravel Pint
|
||||||
uses: aglipanci/laravel-pint-action@2.4.0
|
uses: aglipanci/laravel-pint-action@2
|
||||||
with:
|
with:
|
||||||
preset: laravel
|
preset: laravel
|
||||||
|
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -113,4 +113,4 @@ jobs:
|
|||||||
DB_DATABASE: test
|
DB_DATABASE: test
|
||||||
DB_PORT: 33306
|
DB_PORT: 33306
|
||||||
DB_USER: root
|
DB_USER: root
|
||||||
run: vendor/bin/pest
|
run: ./vendor/bin/pest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user