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 ebee4cb commit f5d74df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
composer install
- name: Execute tests
run: vendor/bin/pest --ci
run: |
pwd
vendor/bin/pest --ci
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiwilan/php-filelist",
"description": "PHP package for recursive file listing, exportable in JSON format.",
"version": "0.1.0",
"version": "0.1.01",
"keywords": [
"kiwilan",
"php",
Expand Down

0 comments on commit f5d74df

Please sign in to comment.