diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fef0039477..60c1527efd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -100,7 +100,7 @@ jobs: - name: Execute tests if: steps.should-run-tests.outputs.result == 'true' - run: vendor/bin/phpunit --display-deprecations + run: vendor/bin/phpunit --display-deprecation js-tests: runs-on: ubuntu-20.04