Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ jobs:
php: ${{ fromJSON(github.event_name == 'pull_request' && '["8.2","8.5"]' || '["8.2","8.3","8.4","8.5"]') }}
shard:
- main
- ld-api-hal-hydra
- jsonapi
- graphql-doctrine
- misc
include:
Expand Down Expand Up @@ -496,9 +496,9 @@ jobs:
run: |
case "${{ matrix.shard }}" in
main) paths="features/main" ;;
ld-api-hal-hydra) paths="features/jsonld features/jsonapi features/hal features/hydra" ;;
jsonapi) paths="features/jsonapi" ;;
graphql-doctrine) paths="features/graphql features/doctrine" ;;
misc) paths="features/authorization features/filter features/issues features/security features/serializer features/http_cache features/sub_resources features/json features/xml features/push_relations features/mercure" ;;
misc) paths="features/filter features/issues features/security features/serializer features/http_cache features/sub_resources features/json features/xml features/push_relations features/mercure" ;;
esac
echo "paths=$paths" >> $GITHUB_OUTPUT
- name: Run Behat tests (PHP ${{ matrix.php }} ${{ matrix.shard }})
Expand Down
319 changes: 0 additions & 319 deletions features/authorization/deny.feature

This file was deleted.

Loading
Loading