Skip to content

Commit e6922f1

Browse files
authored
test: eliminate behat-migration skips and tighten ported asserts (#8198)
1 parent 7383ea7 commit e6922f1

76 files changed

Lines changed: 6091 additions & 6123 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,12 +455,11 @@ jobs:
455455
matrix:
456456
php: ${{ fromJSON(github.event_name == 'pull_request' && '["8.2","8.5"]' || '["8.2","8.3","8.4","8.5"]') }}
457457
shard:
458-
- main
459458
- graphql-doctrine
460459
- misc
461460
include:
462461
- php: '8.5'
463-
shard: main
462+
shard: graphql-doctrine
464463
coverage: true
465464
fail-fast: false
466465
steps:
@@ -494,7 +493,6 @@ jobs:
494493
id: shard
495494
run: |
496495
case "${{ matrix.shard }}" in
497-
main) paths="features/main" ;;
498496
graphql-doctrine) paths="features/graphql features/doctrine" ;;
499497
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" ;;
500498
esac

features/main/attribute_resource.feature

Lines changed: 0 additions & 120 deletions
This file was deleted.

features/main/circular_reference.feature

Lines changed: 0 additions & 89 deletions
This file was deleted.

features/main/composite.feature

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)