Skip to content

Commit 672e606

Browse files
authored
Merge pull request #1 from veeqtoh/veeqtoh-patch-1
Setting up git action workflows for tests
2 parents 9399bf0 + aa91572 commit 672e606

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Install dependencies
3333
run: composer install --prefer-dist --no-progress
3434

35+
- name: Run Tests
36+
run: composer run-script test
37+
3538
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
3639
# Docs: https://getcomposer.org/doc/articles/scripts.md
37-
38-
# - name: Run test suite
39-
# run: composer run-script test

0 commit comments

Comments
 (0)