Skip to content

Commit

Permalink
crash test removal is no longer needed as we are not including it now
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Feb 10, 2021
1 parent 646ecb6 commit 18d8d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ jobs:
uses: php-actions/composer@v5
with:
command: run-script clean-crash-test
php_version: ${{ matrix.php-versions }}
version: 1
php_version: 7.4

- name: PHP syntax check
run: for f in $(find . -name '*.php'); do php -l $f; RETVAL=$?; if [ $RETVAL -ne 0 ]; then exit $RETVAL; fi; done

- name: Format
uses: php-actions/composer@v5
Expand All @@ -58,9 +61,6 @@ jobs:
php_version: ${{ matrix.php-versions }}
version: 1

- name: PHP syntax check
run: for f in $(find . -name '*.php'); do php -l $f; RETVAL=$?; if [ $RETVAL -ne 0 ]; then exit $RETVAL; fi; done

- name: Run test suite
uses: php-actions/composer@v5
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
version: 1
php_version: 7.4

- name: Remove intentional crash test in dependency
uses: php-actions/composer@v5
with:
command: run-script clean-crash-test
version: 1
php_version: 7.4

- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
Expand Down

0 comments on commit 18d8d46

Please sign in to comment.