chore(release): v1.0.0
This commit is contained in:
@@ -36,5 +36,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: composer install --no-interaction --prefer-dist
|
||||
|
||||
- name: Set up database
|
||||
run: |
|
||||
APP_ENV=test php bin/console doctrine:database:create --env=test
|
||||
APP_ENV=test php bin/console doctrine:migrations:migrate --no-interaction --env=test
|
||||
APP_ENV=test php bin/console doctrine:fixtures:load --no-interaction --env=test
|
||||
|
||||
- name: Run PHPUnit
|
||||
run: vendor/bin/phpunit
|
||||
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Check formatting
|
||||
run: npx prettier --check .
|
||||
run: npm run check
|
||||
|
||||
typecheck:
|
||||
name: Type Check
|
||||
|
||||
Reference in New Issue
Block a user