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 Sep 1, 2023
1 parent 52cd6d5 commit bd802fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --prefer-dist --no-interaction --no-progress
command: composer install --no-scripts --prefer-dist --no-interaction --no-progress

- name: Composer Audit
run: composer audit
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
command: composer install --no-scripts --ignore-platform-reqs --prefer-dist --no-interaction --no-progress

- name: Execute Unit Tests
run: vendor/bin/phpunit --testdox --verbose --testsuite unit
run: vendor/bin/phpunit --testdox --testsuite unit

# ----------------------------------------------------------------------------
# Execute Feature Test Cases
Expand Down

0 comments on commit bd802fa

Please sign in to comment.