Fix the build pipeline in GitHub Actions

This commit is contained in:
Matthias Pigulla
2022-11-24 19:08:50 +01:00
committed by GitHub
parent 572c34e648
commit 5ca39f87ff
9 changed files with 103 additions and 28 deletions

View File

@@ -48,6 +48,10 @@ Feature: Autowiring contexts
App\Tests\SomeContext:
public: true
# https://github.com/symfony/symfony/pull/35879/
Psr\Container\ContainerInterface:
alias: service_container
"""
When I run Behat
Then it should pass
@@ -128,6 +132,10 @@ Feature: Autowiring contexts
App\Tests\:
resource: '../tests/*'
# https://github.com/symfony/symfony/pull/35879/
Psr\Container\ContainerInterface:
alias: service_container
"""
When I run Behat
Then it should pass
@@ -177,4 +185,4 @@ Feature: Autowiring contexts
resource: '../tests/*'
"""
When I run Behat
Then it should pass
Then it should pass