Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
heyanlong committed Dec 20, 2021
1 parent 0028b47 commit b7d3bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run test suite
run: ls -l && composer run-script test
run: composer run-script test
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
}
},
"scripts": {
"test": "php tests/test.php"
"test": "ls -l && pwd && php tests/test.php"
}
}

0 comments on commit b7d3bbb

Please sign in to comment.