Skip to content

Commit

Permalink
Merge pull request #1 from veeqtoh/veeqtoh-patch-1
Browse files Browse the repository at this point in the history
Setting up git action workflows for tests
  • Loading branch information
veeqtoh authored Aug 6, 2023
2 parents 9399bf0 + aa91572 commit 672e606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Run Tests
run: composer run-script test

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md

# - name: Run test suite
# run: composer run-script test

0 comments on commit 672e606

Please sign in to comment.