Skip to content

Commit

Permalink
chore: Update GitHub workflow to use composer for dependency manageme…
Browse files Browse the repository at this point in the history
…nt and execute tests with vendor/bin/pest --ci
  • Loading branch information
ewilan-riviere committed Aug 24, 2024
1 parent 660b3e9 commit 65c425c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Install dependencies
run: |
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
composer install
cd php-filelist && composer install
- name: Execute tests
run: |
ls
vendor/bin/pest --ci
cd php-filelist && vendor/bin/pest --ci

0 comments on commit 65c425c

Please sign in to comment.