Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/composer-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ jobs:
run: |
composer update --prefer-stable --no-interaction

- name: Run tests
run: |
cp .env.example .env
php artisan key:generate
php artisan test --testsuite=Unit
# - name: Run smoke tests
# run: |
# cp .env.example .env
# php artisan key:generate
# php artisan test --group=smoke

- name: Run static analysis
run: vendor/bin/phpstan analyse --no-progress --error-format=github || true
# - name: Run static analysis
# run: vendor/bin/phpstan analyse --no-progress --error-format=github || true

- name: Run code formatting
run: vendor/bin/pint --test || true
# - name: Run code formatting
# run: vendor/bin/pint --test || true

- name: Check for changes
id: check-changes
Expand Down Expand Up @@ -134,9 +134,9 @@ jobs:

### Checks Performed

- [x] Unit tests passed
- [x] Static analysis completed
- [x] Code formatting checked
- [ ] ~~Unit tests passed~~ (commented out until further notice)
- [ ] ~~Static analysis completed~~ (commented out until further notice)
- [ ] ~~Code formatting checked~~ (commented out until further notice)

### Security Audit

Expand Down