Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,3 @@ jobs:

- name: Run Test Suite
run: php ./vendor/bin/phpunit tests


# 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
10 changes: 2 additions & 8 deletions .github/workflows/validator1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHP Composer

on:
push:
branches: [ "v0.2.4" ]
branches: [ "v0.3.0" ]
pull_request:
branches: [ "v0.2.4" ]
branches: [ "v0.3.0" ]

permissions:
contents: read
Expand Down Expand Up @@ -37,9 +37,3 @@ jobs:

- name: Run Test Suite
run: php ./vendor/bin/phpunit tests

# 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