Skip to content

Commit

Permalink
TASK: Disable tests on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz authored Dec 12, 2024
1 parent 8027c59 commit 00da77e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Tests
on:
push:
branches: [ main, '[0-9]+.x' ]
pull_request:
branches: [ main, '[0-9]+.x' ]
workflow_dispatch: # Allow manual triggering on any branch via `gh workflow run tests.yml -r branch-name`

jobs:
Expand Down Expand Up @@ -53,8 +51,6 @@ jobs:
git clone --depth 1 --branch ${{ matrix.neos-version }} https://github.com/neos/neos-development-distribution.git ${FLOW_PATH_ROOT}
cd ${FLOW_PATH_ROOT}
composer config --no-plugins allow-plugins.neos/composer-plugin true
git -C ../${{ env.PACKAGE_FOLDER }} checkout -b ${PACKAGE_TARGET_VERSION}
composer config repositories.package '{ "type": "path", "url": "../${{ env.PACKAGE_FOLDER }}", "options": { "symlink": false } }'
composer require --no-update --no-interaction neos/seo:@dev
composer require --dev --no-update --no-interaction phpstan/phpstan:^1.10
Expand Down

0 comments on commit 00da77e

Please sign in to comment.