Skip to content

Commit cc1b42e

Browse files
committed
-
1 parent 1deef1f commit cc1b42e

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/end_to_end_tests.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ jobs:
1212
name: Test Symfony CLI Installation
1313
runs-on: ubuntu-latest
1414

15-
steps:
16-
- name: Setup PHP
17-
uses: shivammathur/setup-php@v2
18-
with:
19-
php-version: '8.4'
20-
extensions: none, ctype, iconv, intl, mbstring, pdo_sqlite, xml
21-
coverage: none
22-
tools: symfony
23-
24-
- name: Create project using Symfony CLI
25-
run: |
26-
symfony new --demo symfony_cli_test
27-
28-
- name: Test application
29-
working-directory: ./symfony_cli_test
30-
run: |
31-
php bin/console about
32-
php bin/console list
33-
php bin/console cache:clear --env=test
15+
steps:
16+
- name: Setup PHP
17+
uses: shivammathur/setup-php@v2
18+
with:
19+
php-version: '8.4'
20+
extensions: none, ctype, iconv, intl, mbstring, pdo_sqlite, xml
21+
coverage: none
22+
tools: symfony
23+
24+
- name: Create project using Symfony CLI
25+
run: |
26+
symfony new --demo symfony_cli_test
27+
28+
- name: Test application
29+
working-directory: ./symfony_cli_test
30+
run: |
31+
php bin/console about
32+
php bin/console list
33+
php bin/console cache:clear --env=test
3434
3535
test-composer-create-project:
3636
name: Test Composer Create Project

0 commit comments

Comments
 (0)