Skip to content

Commit

Permalink
Update composer install command
Browse files Browse the repository at this point in the history
  • Loading branch information
tdwesten committed Jan 31, 2024
1 parent cc92ccd commit 0695ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
php-version: "8.2"
- uses: actions/checkout@v3
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-dev
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Execute tests (Unit and Feature tests) via Pest
run: vendor/bin/pest
run: ./vendor/bin/pest

0 comments on commit 0695ed9

Please sign in to comment.