Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Fix CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Oct 14, 2023
1 parent 7e04094 commit f5b26ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --prefer-dist --no-interaction --no-progress
command: composer install --no-scripts --ignore-platform-reqs --prefer-dist --no-interaction --no-progress
- name: Check Code Style
continue-on-error: true
run: composer phpcs:check
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --prefer-dist --no-interaction --no-progress
command: composer install --no-scripts --ignore-platform-reqs --prefer-dist --no-interaction --no-progress
- name: Composer Audit
run: composer audit
- name: Security Advisories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --prefer-dist --no-interaction --no-progress
command: composer install --no-scripts --ignore-platform-reqs --prefer-dist --no-interaction --no-progress
- name: Static Analysis
continue-on-error: true
run: composer linter:check

0 comments on commit f5b26ed

Please sign in to comment.