We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485dfb4 commit 1abc00dCopy full SHA for 1abc00d
.github/workflows/end_to_end_tests.yaml
@@ -50,8 +50,8 @@ jobs:
50
composer create-project symfony/symfony-demo composer_test
51
52
- name: Test application
53
+ working-directory: ./composer_test
54
run: |
- working-directory: ./composer_test
55
php bin/console about
56
php bin/console list
57
php bin/console cache:clear --env=test
0 commit comments