Fix the build pipeline in GitHub Actions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user